We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45fa28b commit b6df57bCopy full SHA for b6df57b
release.config.js
@@ -1,12 +1,10 @@
1
module.exports = {
2
+ ...require('@codingame/semantic-release-config'),
3
branches: [
4
'main'
5
],
6
plugins: [
- ['@semantic-release/commit-analyzer', {
7
- preset: 'conventionalcommits',
8
- releaseRules: '@codingame/semantic-release-rules'
9
- }],
+ '@semantic-release/commit-analyzer',
10
'@semantic-release/release-notes-generator',
11
'@semantic-release/npm',
12
'@semantic-release/github'
0 commit comments