Skip to content

Commit

Permalink
feat: rename release branch from next to release
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Please use the branch `release` instead of `next` to
trigger a release.
  • Loading branch information
czosel committed Apr 28, 2019
1 parent 1272d62 commit 8d2be62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Sharable configuration for [semantic release](https://semantic-release.gitbook.i

Currently, this config is only a slight modification of the default config:

- Deploy from `next` branch instead of `master`
- Deploy from `release` branch instead of `master`
- Add [@semantic-release/git](https://github.com/semantic-release/git) plugin to publish updated `package.json` to repository after deployment

## Installation
Expand Down
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
branch: "next",
branch: "release",
plugins: [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
Expand Down

0 comments on commit 8d2be62

Please sign in to comment.