diff --git a/doc/release-process.md b/doc/release-process.md index 7128305ec8..689a8f2eae 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -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`.