Skip to content

Commit abc0f93

Browse files
authored
Merge pull request #2430 from AllenInstitute/bugfix/2430-release-procedure
Fix release steps
2 parents 83c8ee0 + 60f1fcd commit abc0f93

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Packages/doc/developers.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,11 @@ Cutting a new release
7575
for how the asterisk should look like
7676
- Push the tag: ``git push origin $tag``. You can pass ``--dry-run`` for
7777
testing out what is getting pushed without pushing anything.
78-
- Create the release branches:
78+
- Create the release branch:
7979

8080
- ``git checkout -b release/X.Y``
8181
- ``git push --no-verify -u origin release/X.Y``
82+
- ``git commit --allow-empty -m "Start of the release X.Y"``
8283

8384
- Create a new release on github and check that the Github Actions job
8485
correctly uploads the artifacts

0 commit comments

Comments
 (0)