Skip to content

Commit

Permalink
release: v0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
wibus-wee committed May 22, 2022
1 parent fddf2c5 commit f119981
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.3.6](https://github.com/wibus-wee/nx-server/compare/v0.3.5...v0.3.6) (2022-05-22)



## [0.3.6](https://github.com/wibus-wee/nx-server/compare/v0.3.4...v0.3.6) (2022-05-22)


Expand Down
4 changes: 2 additions & 2 deletions scripts/createTag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [[ "$BRANCH" != "main" ]]; then
exit 1
fi

tag=v"$(cat package.json | grep version | head -1 | awk -F: '{ print $2 }' | sed 's/[",]//g' | tr -d '[[:space:]]')"


# 现在的GIT tag
CURRENT_TAG="$(git describe --tags --abbrev=0)"
Expand All @@ -23,7 +23,7 @@ echo "current tag: $CURRENT_TAG"
# 使用 read 命令 获取co
read -p "commit message: " COMMIT_MES
read -p "NEW TAGS? (y/n): " NEW_TAG

tag=v"$(cat package.json | grep version | head -1 | awk -F: '{ print $2 }' | sed 's/[",]//g' | tr -d '[[:space:]]')"
yarn changelog
git add .
if [[ -z "$COMMIT_MES" ]]; then
Expand Down

0 comments on commit f119981

Please sign in to comment.