We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24263bd commit 6f08a0aCopy full SHA for 6f08a0a
1 file changed
contrib/_incr_version
@@ -0,0 +1,5 @@
1
+#!/bin/sh -eux
2
+sed -i pyproject.toml -e "s/^version = \"${1}\"/version = \"${2}\"/"
3
+sed -i docs/conf.py -e "s/^release = \"${1}\"/release = \"${2}\"/"
4
+git add pyproject.toml docs/conf.py
5
+git commit -m "Update version to ${2}"
0 commit comments