Skip to content

Commit

Permalink
doc: Add a process before releasing a version
Browse files Browse the repository at this point in the history
  • Loading branch information
marien-probesys committed Nov 22, 2023
1 parent f385dd6 commit c4382d4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/developers/release.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# How to release a version

## Before the release

First, make sure that all the issues from the current milestone are done.
Also, see if you can fix any minor bugs or small technical debt issues first: that's always a good thing to do.

Before releasing a version, you should at least update the dependencies to their latest patch versions.
[Read more about managing the dependencies.](/docs/developers/dependencies.md)

## Start the release process

There's a `make` command to release a new version of Bileto:
Expand Down

0 comments on commit c4382d4

Please sign in to comment.