Update release script
All checks were successful
Just some continuos integration / ci (push) Successful in 23s
All checks were successful
Just some continuos integration / ci (push) Successful in 23s
This commit is contained in:
parent
b55ecd821a
commit
19aa46445c
1 changed files with 2 additions and 1 deletions
|
@ -14,4 +14,5 @@ __dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||||
version="${1:?Error: No argument provided. Usage: $0 <version>}"
|
version="${1:?Error: No argument provided. Usage: $0 <version>}"
|
||||||
|
|
||||||
npm version "v${version}"
|
npm version "v${version}"
|
||||||
git push --tags
|
git push --tags
|
||||||
|
git push
|
Loading…
Add table
Add a link
Reference in a new issue