no optional staff
This commit is contained in:
parent
fdfd19bdd2
commit
164d29a69b
1 changed files with 0 additions and 8 deletions
|
@ -14,11 +14,3 @@ echo "New version: $new_version"
|
||||||
|
|
||||||
# Update package.json
|
# Update package.json
|
||||||
jq ".version = \"$new_version\"" package.json > temp.json && mv temp.json package.json
|
jq ".version = \"$new_version\"" package.json > temp.json && mv temp.json package.json
|
||||||
|
|
||||||
# Optional: Commit and tag
|
|
||||||
git config --global user.email "pipeline@example.com"
|
|
||||||
git config --global user.name "Pipeline Bot"
|
|
||||||
git add package.json
|
|
||||||
git commit -m "Bump version to $new_version"
|
|
||||||
git tag -a "v$new_version" -m "Release version $new_version"
|
|
||||||
git push origin HEAD --tags
|
|
Loading…
Reference in a new issue