From: drakenclimber Date: Fri, 28 Jul 2023 22:52:34 +0000 (+0000) Subject: deploy: 4ca8c9ab516c49aa4943cd726bad4d2f2492e99e X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d0be1bc9131893c44557ff2809f092dce07a6fe;p=thirdparty%2Flibcgroup.git deploy: 4ca8c9ab516c49aa4943cd726bad4d2f2492e99e --- diff --git a/md_doc_internal_release_github.html b/md_doc_internal_release_github.html index 96336a93..279bf655 100644 --- a/md_doc_internal_release_github.html +++ b/md_doc_internal_release_github.html @@ -110,7 +110,7 @@ $(function() { 8. If this is a new major/minor release, create new 'release-X.Y' branch
# 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

# git tag -s -m "version X.Y.Z" vX.Y.Z
@@ -123,7 +123,7 @@ $(function() {
 12. Verify the release tarball in a separate directory
 
<unpack the release tarball in a temporary directory>
 # ./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