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
5. Open a pull request with the title “Release vX.Y.Z” using this branch.
109
+
Check:
104
110
105
111
- at https://github.com/khaeru/sdmx/actions?query=workflow:publish that the workflow completes: the package builds successfully and is published to TestPyPI.
106
112
- at https://test.pypi.org/project/sdmx1/ that:
107
113
108
114
- The package can be downloaded, installed and run.
109
115
- The README is rendered correctly.
110
116
111
-
Address any warnings or errors that appear.
112
-
If needed, make a new commit and go back to step (2), incrementing the rc number.
117
+
If needed, address any warnings or errors that appear and then continue from step (3), i.e. make (a) new commit(s) and tag, incrementing the release candidate number, e.g. from ``rc1`` to ``rc2``.
118
+
119
+
6. Merge the PR using the “rebase and merge” method.
113
120
114
-
4. **Optional.** This step (but *not* step (2)) can also be performed directly on GitHub; see (5), next.
115
-
Tag the release itself and push::
121
+
7. (optional) Tag the release itself and push::
116
122
117
-
$ git tag v1.2.3
123
+
$ git tag vX.Y.Z
118
124
$ git push --tags origin main
119
125
120
-
5. Visit https://github.com/khaeru/sdmx/releases and mark the new release: either using the pushed tag from (4), or by creating the tag and release simultaneously.
126
+
This step (but *not* step (3)) can also be performed directly on GitHub; see (7), next.
127
+
128
+
8. Visit https://github.com/khaeru/sdmx/releases and mark the new release: either using the pushed tag from (7), or by creating the tag and release simultaneously.
121
129
122
-
6. Check at https://github.com/khaeru/sdmx/actions?query=workflow:publish and https://pypi.org/project/sdmx1/ that the distributions are published.
130
+
9. Check at https://github.com/khaeru/sdmx/actions?query=workflow:publish and https://pypi.org/project/sdmx1/ that the distributions are published.
0 commit comments