We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b6761e commit 153c0e2Copy full SHA for 153c0e2
1 file changed
tools/bump_version.py
@@ -13,6 +13,7 @@
13
Examples:
14
python bump_version.py 1.0.5 --change-type Fixed --description "Bug fix for provider"
15
python bump_version.py 1.1.0 --change-type Added --description "New feature"
16
+
17
"""
18
19
import re
0 commit comments