qubes-installer-qubes-os/anaconda/docs/release.rst
Marek Marczykowski-Górecki 6bc5671491
anaconda: update to 25.20.9-1
Apply:
  git diff --full-index --binary anaconda-23.19.10-1..anaconda-25.20.9-1

And resolve conflicts.

QubesOS/qubes-issues#2574
2017-02-14 02:36:20 +01:00

23 lines
782 B
ReStructuredText

Building a Release
==================
When the project is ready for a new release, follow these steps to build a new
release tar.gz file and sign a new release tag in git. This requires that you
have a zanata account, and have permission to push the new .pot file to the
branch you are building. See the translations.txt file for more details.
* ``git clean -d -x -f``
* ``./autogen.sh && ./configure``
* ``make bumpver``
* ``VERSION=$(grep ^AC_INIT configure.ac | awk '{print $2}' | tr -d '[],')``
* ``git commit -am "New version - $VERSION"``
* ``make release``
Check that the commit looks correct and push the new release with:
* ``git push && git push --tags``
The anaconda-$VERSION.tar.gz file and anaconda.spec can now be used to by
fedpkg to create a new anaconda rpm.