Skip to content

Commit

Permalink
chore: Fix pipeline for changelog generation (#67)
Browse files Browse the repository at this point in the history
Signed-off-by: Yoriyasu Yano <430092+yorinasub17@users.noreply.github.com>
  • Loading branch information
yorinasub17 committed Apr 7, 2024
1 parent b34fa95 commit 88aab54
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .releaserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,16 @@ plugins:
noteKeywords:
- BREAKING CHANGE
- BREAKING CHANGES
- "@semantic-release/release-notes-generator"
- - "@semantic-release/release-notes-generator"
- preset: conventionalcommits
presetConfig:
types:
- type: feat
section: Features
- type: fix
section: Bug fixes
- type: chore
section: Other updates
- - "semantic-release-replace-plugin"
- replacements:
- files: ["Cargo.toml", "Cargo.lock"]
Expand Down

0 comments on commit 88aab54

Please sign in to comment.