Skip to content

Commit f19d594

Browse files
committed
Add a version bump script to make my life easier
1 parent 4dc280e commit f19d594

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

scripts/commit-docs-bump.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/usr/bin/env bash
2+
set -xeuo pipefail
3+
4+
git checkout -b docs-release-$1
5+
git add .
6+
git commit -m "v$1 release"
7+
git push --set-upstream origin docs-release-$1
8+
echo "Pushed docs-release-$1 to remote - go open a PR!"

0 commit comments

Comments
 (0)