We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41077b6 commit f17bcd3Copy full SHA for f17bcd3
Makefile
@@ -1,3 +1,8 @@
1
+release/major release/minor release/patch release/rc:
2
+ bumpversion $(@F)
3
+ git push
4
+ git push --tags
5
+
6
testenv:
7
pip install -r requirements/testing.txt
8
pip install -e .
0 commit comments