Skip to content

Commit

Permalink
Update doc/release-process.md
Browse files Browse the repository at this point in the history
Co-authored-by: Hennadii Stepanov <[email protected]>
  • Loading branch information
jonasnick and hebasto authored Aug 21, 2022
1 parent 373d62d commit d085c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* includes the bugfixes to the `MAJOR.MINOR` branch,
* includes the release note commit from master,
* replaces the dummy date in `doc/CHANGELOG.md` with the current date,
* bumps of `_PKG_VERSION_BUILD` and `_LIB_VERSIONS_*` in `configure.ac`.
* bumps of `_PKG_VERSION_BUILD` and `_LIB_VERSION_*` in `configure.ac`.
3. Tag the commit with `git tag -s vMAJOR.MINOR.PATCH`.
4. Push branch and tag with `git push origin --tags`.
5. Create a new GitHub release with a link to the corresponding entry in `doc/CHANGELOG.md`.

0 comments on commit d085c79

Please sign in to comment.