Skip to content

Commit 826cbc5

Browse files
committed
add a reminder to add GitHub release notes when I do a release
1 parent 330c97c commit 826cbc5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ build-dist:
88
upload-dist:
99
twine upload dist/*
1010
echo
11-
echo "Don't forget to add a git tag."
12-
echo "And don't forget to bump the version in setup.py and docs/source/conf.py."
11+
echo "Don't forget to:"
12+
echo "- add a git tag."
13+
echo "- add release notes to GitHub"
14+
echo "- bump the version in setup.py and docs/source/conf.py."
1315

1416
doc:
1517
rm -rf docs/build

0 commit comments

Comments
 (0)