We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 373d62d commit d085c79Copy full SHA for d085c79
doc/release-process.md
@@ -11,7 +11,7 @@
11
* includes the bugfixes to the `MAJOR.MINOR` branch,
12
* includes the release note commit from master,
13
* replaces the dummy date in `doc/CHANGELOG.md` with the current date,
14
- * bumps of `_PKG_VERSION_BUILD` and `_LIB_VERSIONS_*` in `configure.ac`.
+ * bumps of `_PKG_VERSION_BUILD` and `_LIB_VERSION_*` in `configure.ac`.
15
3. Tag the commit with `git tag -s vMAJOR.MINOR.PATCH`.
16
4. Push branch and tag with `git push origin --tags`.
17
5. Create a new GitHub release with a link to the corresponding entry in `doc/CHANGELOG.md`.
0 commit comments