Skip to content
Snippets Groups Projects
Commit 2908b56d authored by nimrod's avatar nimrod
Browse files

Change bump shell script to git bump, also pushes tags to all remotes.

parent 3e7b58e0
No related branches found
No related tags found
No related merge requests found
......@@ -200,12 +200,6 @@ ddg () {
lynx "https://duckduckgo.com/lite/?q=$(urlencode "$@")"
}
bump () {
semver-bump "$1-release" && \
git commit VERSION -m"- Bumped $1 version." && \
git tag-version
}
toux () {
touch "$@"
chmod +x "$@"
......
#!/bin/sh
set -eu
semver-bump "$1-release"
git commit VERSION -m "Bumped $1 version."
git tag-version
git pushes --tags
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment