Skip to content

Commit

Permalink
Documentation: update to versioning doc to annotated tag style
Browse files Browse the repository at this point in the history
  • Loading branch information
LoanR committed Apr 25, 2024
1 parent 1bf179c commit feeabd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/maintainers/versioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ La branche de référence pour les releases est `production`. C'est ici qu'on re
Pour publier une nouvelle version :
- S'assurer d'être sur la branche `production`
- Mettre à jour le numéro de version dans `pyproject.toml` et dans `web/b3desk/__init__.py`
- Mettre un tag sur le commit, portant le numéro de la version, avec `git tag vX.Y.Z`
- Mettre un tag sur le commit, portant le numéro de la version, avec `git tag -a vX.Y.Z -m "Bump to X.Y.Z version`
- Pousser le commit ET le tag `git push origin production --follow-tags`
- Se rendre sur [la page github de publication de version](https://github.com/numerique-gouv/b3desk/releases/new)
- Choisir le tag récemment ajouté, remplir les informations, publier la version.
Expand Down

0 comments on commit feeabd7

Please sign in to comment.