eselect release guide ===================== .. Note:: This guide is intended for people who do ``eselect`` releases. It is probably of no interest to the rest of you. Update version in configure.ac. Make sure ChangeLog is tidy. Add ChangeLog entry for updating configure.ac and tagging the release. Update NEWS file with a summary of changes mentioned in ChangeLog since the last release. Do a test run in master. :: $ ./autogen.bash $ ./configure $ make dist $ mv ${P}.tar.xz ${DISTDIR} Test with an ebuild and make sure everything builds and everything that should be included in the tarball is. Test eselect itself and as many modules as you can. Commit any changes you may have made in the previous steps. Tag release. :: $ make maintainer-clean $ git tag --sign -m "Tagged ${PV} release." eselect-${PV} $ git push Build the final tarball. :: $ ./autogen.bash $ ./configure $ make dist Sign it (there may be a dist-sign target in the future). :: $ gpg --armor --detach-sign ${P}.tar.xz .. Local Variables: .. mode: rst .. fill-column: 72 .. indent-tabs-mode: nil .. End: .. vim: set ft=glep tw=72 sw=4 et spell spelllang=en :