jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/672405 )
Change subject: [doc] update setup.py doc ......................................................................
[doc] update setup.py doc
stable is a branch now, not a tag. Update the doc accordingly
Change-Id: Idf797ab149dd9ff00e947a723133c9535481446b --- M setup.py 1 file changed, 5 insertions(+), 5 deletions(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/setup.py b/setup.py index 757acde..a8378f4 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ To create a new distribution: -----------------------------
-- replace the developmental version string in ``pywikibot.__metadata.py`` +- replace the developmental version string in ``pywikibot.__metadata__.py`` by the corresponing final release - create the package with::
@@ -16,11 +16,11 @@ twine upload dist/*
- create a new tag with the version number of the final release -- move the existing 'stable' tag to that new tag -- delete 'stable' tag in gerrit to be overridden later - synchronize the local tags with the remote repositoy -- prepare the next release by increasing the version number in - ``pywikibot.__metadata.py`` and adding developmental identifier +- merge current master branch to stable branch +- push new stable branch to gerrit and merge it the stable repository +- prepare the next master release by increasing the version number in + ``pywikibot.__metadata__.py`` and adding developmental identifier - upload this patchset to gerrit and merge it. """ #
pywikibot-commits@lists.wikimedia.org