We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0accc38 commit a079e9dCopy full SHA for a079e9d
dep_license/VERSION
@@ -1 +1 @@
1
-v2.4.2
+v2.5.0
release.sh
@@ -1,6 +1,6 @@
set -ex
2
3
-git pull origin master
+git pull origin main
4
# bump version
5
docker run --rm -v "$PWD":/app treeder/bump --filename dep_license/VERSION $1
6
version=`cat dep_license/VERSION`
0 commit comments