Skip to content

Commit

Permalink
tested 10.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukejpreston committed Mar 5, 2024
1 parent bf7fdbf commit ce44c14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ npm run build:cli
npm run test:ci
./bin/xunit-viewer.js -r junit.xml -c -C false
CURRENT=$(echo $(npm version | grep xunit-viewer | cut -d"'" -f4))
git commit -am "tested $CURRENT"
git commit --allow-empty -am "tested $CURRENT"

npm version ${1-patch}
npm publish
Expand All @@ -16,7 +16,7 @@ LATEST=$(echo npm version | grep xunit-viewer | cut -d"'" -f4)
npm run release:demo

git add -A
git commit -am "release demo $LATEST"
git commit --allow-empty -am "release demo $LATEST"

git push
git push --tags

0 comments on commit ce44c14

Please sign in to comment.