We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d111c44 + 4cde5e8 commit 4ef18d5Copy full SHA for 4ef18d5
.github/workflows/ci.yaml
@@ -38,10 +38,6 @@ jobs:
38
SEMANTIC_RELEASE_PACKAGE: ${{ github.event.repository.name }}
39
with:
40
semantic_version: 19
41
- branches: |
42
- [
43
- 'main'
44
- ]
45
extra_plugins: |
46
@semantic-release/changelog@6.0.3
47
@semantic-release/git@10.0.1
.releaserc
@@ -1,4 +1,7 @@
1
{
2
+ "branches": [
3
+ "main"
4
+ ],
5
"plugins": [
6
[
7
"@semantic-release/commit-analyzer",
0 commit comments