Skip to content
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.

Commit

Permalink
chore: release v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Apr 20, 2022
1 parent d64c4b6 commit f2740ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"lint": "eslint .",
"test": "nyc mocha --require node_modules/chai/register-expect --timeout 5000 tests/**/*.test.js*",
"deploy:prepare": "./scripts/create_npmrc_file.sh",
"release": "standard-version --release-as 1.6.0",
"release": "standard-version --release-as 1.6.1",
"release:trigger": "./scripts/trigger-release.sh"
},
"author": "Stanley Ng <stanleyhlng77-dev@yahoo.com.hk",
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci/lib/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ echo "--> Releasing version ${VERSION}"

echo "--> Releasing artifacts"
echo " Publishing cypress-multi-reporters@${VERSION}..."
npm publish --tag latest --dry-run
npm publish --tag latest
echo " done!"

0 comments on commit f2740ca

Please sign in to comment.