You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Outputs ``19.9rc1`` which is the form to be used.
37
+
- Outputs ``19.9.0.rc1`` which is the form to be used.
38
38
39
-
- Create a release branch with a name of the form ``release-19.9`` starting from the ``master`` branch.
39
+
- Create a release branch with a name of the form ``release-19.9.0`` starting from the ``master`` branch.
40
40
41
41
- On the new release branch you will commit all tagged release candidate commits as well as the final tagged release commit.
42
42
43
43
- Update the version to the release candidate with the first being ``rc1`` (as opposed to 0).
44
44
45
-
- In ``src/towncrier/_version.py`` the version is set using ``incremental`` such as ``__version__ = Version('towncrier', 19, 9, release_candidate=1)``
45
+
- In ``src/towncrier/_version.py`` the version is set using ``incremental`` such as ``__version__ = Version('towncrier', 19, 9, 0, release_candidate=1)``
46
46
47
47
- Run ``venv/bin/towncrier build --yes`` to build the the newsfragments into the release notes document and to automatically remove the newsfragment files.
48
48
@@ -54,7 +54,7 @@ Step-by-step
54
54
55
55
- Request a review and address raised concerns until receiving an approval.
56
56
57
-
- Tag that commit such as ``19.9rc1`` and push the tag to the primary repository.
57
+
- Tag that commit such as ``19.9.0.rc1`` and push the tag to the primary repository.
58
58
59
59
- This will result in another build which will publish to PyPI.
60
60
- Confirm the presence of the release on PyPI.
@@ -73,7 +73,7 @@ Step-by-step
73
73
74
74
- If ready for a final release, remove the release candidate indicator from the version.
75
75
76
-
- Edit ``src/towncrier/_version.py`` such as ``__version__ = Version('towncrier', 19, 9)`` to remove the release candidate indication.
76
+
- Edit ``src/towncrier/_version.py`` such as ``__version__ = Version('towncrier', 19, 9, 0)`` to remove the release candidate indication.
77
77
78
78
- Return to the towncrier build step and continue.
0 commit comments