Skip to content

Commit 0e88e84

Browse files
fix(smerel): bump changelog to 8.0.0
1 parent 2c87dd4 commit 0e88e84

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Semantic Releaser
2+
23
on:
34
push:
45
branches:
@@ -21,6 +22,6 @@ jobs:
2122
extra_plugins: |
2223
@semantic-release/[email protected]
2324
@semantic-release/[email protected]
24-
conventional-changelog-conventionalcommits@4.6.3
25+
conventional-changelog-conventionalcommits@8.0.0
2526
env:
2627
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.releaserc.json

-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
"main",
44
"master"
55
],
6-
"overrides": {
7-
"conventional-changelog-conventionalcommits": ">= 8.0.0"
8-
},
96
"ci": false,
107
"plugins": [
118
[

0 commit comments

Comments
 (0)