]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
deploy: 4ca8c9ab516c49aa4943cd726bad4d2f2492e99e
authordrakenclimber <drakenclimber@users.noreply.github.com>
Fri, 28 Jul 2023 22:52:34 +0000 (22:52 +0000)
committerdrakenclimber <drakenclimber@users.noreply.github.com>
Fri, 28 Jul 2023 22:52:34 +0000 (22:52 +0000)
md_doc_internal_release_github.html

index 96336a93637295372bba3947acf356bf951dbccc..279bf655c3c75851e487997af74632fbbed7c54f 100644 (file)
@@ -110,7 +110,7 @@ $(function() {
 8. If this is a new major/minor release, create new 'release-X.Y' branch</h3>
 <pre class="fragment"># git branch "release-X.Y"
 </pre> <h3><a class="anchor" id="autotoc_md17"></a>
-9. Update the version number in configure.ac AC_INIT(...) macro</h3>
+9. Update and commit the version number in configure.ac AC_INIT(...) macro and LIBRARY version macros</h3>
 <h3><a class="anchor" id="autotoc_md18"></a>
 10. Tag the release in the local repository with a signed tag</h3>
 <pre class="fragment"># 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</h3>
 <pre class="fragment">&lt;unpack the release tarball in a temporary directory&gt;
 # ./configure --sysconfdir=/etc --localstatedir=/var \
---enable-opaque-hierarchy="name=systemd" --enable-python
+--enable-opaque-hierarchy="name=systemd" --enable-python --enable-systemd
 # make check
 </pre> <h3><a class="anchor" id="autotoc_md21"></a>
 13. Generate a checksum for the release tarball</h3>