We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 83c8ee0 + 60f1fcd commit abc0f93Copy full SHA for abc0f93
Packages/doc/developers.rst
@@ -75,10 +75,11 @@ Cutting a new release
75
for how the asterisk should look like
76
- Push the tag: ``git push origin $tag``. You can pass ``--dry-run`` for
77
testing out what is getting pushed without pushing anything.
78
-- Create the release branches:
+- Create the release branch:
79
80
- ``git checkout -b release/X.Y``
81
- ``git push --no-verify -u origin release/X.Y``
82
+ - ``git commit --allow-empty -m "Start of the release X.Y"``
83
84
- Create a new release on github and check that the Github Actions job
85
correctly uploads the artifacts
0 commit comments