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 abf855a commit 6d95fbdCopy full SHA for 6d95fbd
release.config.js
@@ -1,15 +1,11 @@
1
module.exports = {
2
branches: ['main'],
3
+ tagFormat: '${npm_package_name}@${version}',
4
+ extends: 'semantic-release-monorepo',
5
plugins: [
6
['@semantic-release/commit-analyzer'],
7
['@semantic-release/release-notes-generator'],
- [
- '@semantic-release/npm',
8
- {
9
- // Only relevant for published packages — helps avoid workspace errors
10
- pkgRoot: '.',
11
- },
12
- ],
+ '@semantic-release/npm',
13
[
14
'@semantic-release/git',
15
{
@@ -20,7 +16,5 @@ module.exports = {
20
16
],
21
17
'@semantic-release/github',
22
18
23
- tagFormat: '${pkg.name}@${version}',
24
- extends: 'semantic-release-monorepo',
25
19
changelogFile: 'CHANGELOG.md',
26
};
0 commit comments