From: Tom Hromatka Date: Fri, 28 Jul 2023 22:51:54 +0000 (-0600) Subject: doc: Update internal Github release process X-Git-Tag: v3.2.0~252 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ca8c9ab516c49aa4943cd726bad4d2f2492e99e;p=thirdparty%2Flibcgroup.git doc: Update internal Github release process Signed-off-by: Tom Hromatka --- diff --git a/doc/internal/release-github.md b/doc/internal/release-github.md index 2e1e41dd..ac0d5018 100644 --- a/doc/internal/release-github.md +++ b/doc/internal/release-github.md @@ -42,7 +42,7 @@ release. # git branch "release-X.Y" -#### 9. Update the version number in configure.ac AC_INIT(...) macro +#### 9. Update and commit the version number in configure.ac AC_INIT(...) macro and LIBRARY version macros #### 10. Tag the release in the local repository with a signed tag @@ -58,7 +58,7 @@ release. # ./configure --sysconfdir=/etc --localstatedir=/var \ - --enable-opaque-hierarchy="name=systemd" --enable-python + --enable-opaque-hierarchy="name=systemd" --enable-python --enable-systemd # make check #### 13. Generate a checksum for the release tarball