Skip to content

Commit a800c7d

Browse files
Last minute build script cheatsheet fixes.
1 parent b33125b commit a800c7d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build_dist.commands

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ python3 -m twine upload dist/*
3131

3232
# Go to github and make a release there as well (tag=vN.n.n)
3333

34+
# Make develop "catch up with" main, so we can easily merge again later
3435
# git checkout develop
3536
# git merge --squash main
3637
# git commit

0 commit comments

Comments
 (0)