mirror of
https://github.com/keyboardio/Chrysalis.git
synced 2025-12-13 20:36:54 +01:00
tools/maintainer: Don't tag immediately when updating the version
We're tagging the release (with a signed, annotated tag) a bit later, do not tag it during the version bump immediately. Signed-off-by: Gergely Nagy <algernon@keyboard.io>
This commit is contained in:
@@ -87,7 +87,7 @@ update_version() {
|
||||
VERSION="$(release_version)"
|
||||
|
||||
## Update package.json
|
||||
yarn version --new-version=${VERSION}
|
||||
yarn version --new-version=${VERSION} --no-git-tag-version
|
||||
|
||||
## Update NEWS.md
|
||||
TMP=$(mktemp)
|
||||
|
||||
Reference in New Issue
Block a user