Skip to content

Commit

Permalink
ci: Release trigger command
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Mar 21, 2022
1 parent fcf3955 commit 413319d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"format:check": "npm run format:base -- --check",
"release": "standard-version",
"release:dryrun": "npm run test && npm publish --dry-run",
"release:publish": "npm run test && npm publish"
"release:publish": "npm run test && npm publish",
"release:trigger": "./scripts/trigger-release.sh"
},
"repository": {
"type": "git",
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 jest-pact@${VERSION}..."
npm publish --access public --tag latest --dry-run
npm publish --tag latest --dry-run
echo " done!"

0 comments on commit 413319d

Please sign in to comment.