Skip to content

Commit

Permalink
doc: improve release doc
Browse files Browse the repository at this point in the history
  • Loading branch information
bloussou authored and flomonster committed Dec 10, 2024
1 parent 71f2e0a commit 58bd8dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/guides/release/index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ The process for creating a new release is as follows:
- `git switch staging && git pull`
1. Create a git **annotated** tag
- We are using the [semantic versioning](https://semver.org/)
- `git tag -a vx.y.z` (most of the time use the latest version and increment the patch version)
- `git push --tags vx.y.z`
- `git tag -a vx.y.z` with the message `Release x.y.z` (most of the time use the latest version and increment the patch version)
- `git push --tags`
1. Create a github release
- Draft a new github release [here](https://github.com/OpenRailAssociation/osrd/releases/new)
- Select the created tag
Expand Down

0 comments on commit 58bd8dc

Please sign in to comment.