-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: trigger release, test new config
- Loading branch information
Matt Gordon
committed
May 1, 2024
1 parent
1e6b7e6
commit bf1c0ea
Showing
3 changed files
with
24 additions
and
29 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,24 @@ | ||
module.exports = { | ||
branches: [ | ||
'main', | ||
{ | ||
name: 'next', | ||
prerelease: true, | ||
}, | ||
], | ||
plugins: [ | ||
'@semantic-release/commit-analyzer', | ||
'@semantic-release/release-notes-generator', | ||
'@semantic-release/changelog', | ||
'@semantic-release/npm', | ||
[ | ||
'@semantic-release/git', | ||
{ | ||
assets: ['package.json', 'package-lock.json', 'CHANGELOG.md'], | ||
message: | ||
'chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}', | ||
}, | ||
], | ||
'@semantic-release/github', | ||
], | ||
}; |
This file was deleted.
Oops, something went wrong.