Compare commits

...
4 Commits
2 changed files with 1 additions and 18 deletions
-3
View File
@@ -19,9 +19,6 @@ jobs:
with:
semantic_version: 16
extra_plugins: |
@semantic-release/git
@semantic-release/npm
@newbish/changelog
conventional-changelog-eslint
branches: |
[
+1 -15
View File
@@ -26,20 +26,6 @@
"preset": "eslint"
}
],
"@semantic-release/npm",
"@semantic-release/github",
[
"@semantic-release/git", {
"assets": ["CHANGELOG.md", "package.json"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
],
[
"@newbish/changelog",
{
"changelogFile": "CHANGELOG.md",
"branches": ["main"]
}
]
"@semantic-release/github"
]
}