forked from bitcoinjs/ecpair
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Configure semantic-release to push release candidates on every push to master. The release will push an npm package to the @bitgo-forks scope on npm. Ticket: BG-66106
- Loading branch information
1 parent
866ff17
commit 320d7a0
Showing
4 changed files
with
4,246 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"branches": [ | ||
"release-do-not-use", | ||
{ | ||
"name": "master", | ||
"prerelease": true, | ||
"channel": "rc" | ||
} | ||
], | ||
"plugins": [ | ||
"@semantic-release/commit-analyzer", | ||
"@semantic-release/release-notes-generator", | ||
"@semantic-release/npm", | ||
[ | ||
"@semantic-release/github", | ||
{ | ||
"failComment": false | ||
} | ||
] | ||
] | ||
} |
Oops, something went wrong.