commit:     06b85348f28d8484b4a80e4c547d5b9a56a76e9e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  9 08:20:12 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Dec  9 08:22:51 2021 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=06b85348

DEVELOPING: update release instructions

Signed-off-by: Sam James <sam <AT> gentoo.org>

 DEVELOPING | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/DEVELOPING b/DEVELOPING
index 7bc559125..624e59683 100644
--- a/DEVELOPING
+++ b/DEVELOPING
@@ -224,20 +224,19 @@ Releases
 First update the NEWS and RELEASE-NOTES files and commit.
 
 Second create a git tag for this release:
-       git tag v2.2.8
+       git tag portage-2.2.8
 
-Then create the tarball and run the tests:
-       ./mkrelease.sh --changelog-rev v2.2.7 --tag --runtests 2.2.8
-Make sure you have all supported python versions installed first
+Create the tarball and run the tests: ./runtests
 (see PYTHON_SUPPORTED_VERSIONS in runtests).
 
-Version bump the ebuild and verify it can re-install itself:
-       emerge portage
-       emerge portage
+Version bump the ebuild locally (don't push) and verify it can re-install 
itself:
+       emerge --oneshot portage
+       emerge --oneshot portage # this is using the new Portage
 
 Publish the results (no going back now):
        - Push the new git tag
        - Upload the tarball
        - Commit the new ebuild version
+       - Upload the new version to pypi
 
 Close the bugs blocking the tracker bug for this release.

Reply via email to