Skip to content

Commit

Permalink
fix: changelog generate
Browse files Browse the repository at this point in the history
  • Loading branch information
wintbiit committed Dec 13, 2023
1 parent 3d27d90 commit c9d3605
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitea/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: yarn global add semantic-release && semantic-release
run: yarn global add semantic-release @semantic-release/changelog && semantic-release

- name: Fetch Current version
id: get-current-tag
Expand Down
1 change: 1 addition & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
["@semantic-release/github", {
"assets": [
{"path": "dist/ninedns-mini", "name": "ninedns-mini-linux-amd64-${nextRelease.version}"},
Expand Down

0 comments on commit c9d3605

Please sign in to comment.