Skip to content

Commit

Permalink
fix: 💚 add git release
Browse files Browse the repository at this point in the history
  • Loading branch information
thierrymichel committed Nov 15, 2020
1 parent f789e31 commit 8943caa
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
extends: ['ccgls'],
};
}
18 changes: 18 additions & 0 deletions release.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
module.exports = {
branches: ['master'],
plugins: [
'@semantic-release/commit-analyzer',
'@semantic-release/release-notes-generator',
'@semantic-release/npm',
'@semantic-release/github',
[
'@semantic-release/git',
{
assets: ['CHANGELOG.md', 'package.json'],
message:
// eslint-disable-next-line no-template-curly-in-string
'chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}',
},
],
],
}

0 comments on commit 8943caa

Please sign in to comment.