We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c6cf16 + 8699e89 commit 02a86beCopy full SHA for 02a86be
1 file changed
release.config.cjs
@@ -1,10 +1,11 @@
1
// release.config.cjs
2
module.exports = {
3
branches: ['main'],
4
+ repositoryUrl: 'git@github.com:emulsify-ds/emulsify-core.git',
5
plugins: [
6
'@semantic-release/commit-analyzer',
7
'@semantic-release/release-notes-generator',
- '@semantic-release/npm',
8
+ ['@semantic-release/npm', { npmPublish: false }],
9
'@semantic-release/github'
10
]
11
};
0 commit comments