Skip to content

Commit

Permalink
fix: git-cliff configuration for changelog generation
Browse files Browse the repository at this point in the history
  • Loading branch information
art049 committed Nov 22, 2024
1 parent 58fa807 commit 9963336
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@



## [Unreleased]

### <!-- 1 -->🐛 Bug Fixes
- Git-cliff configuration for changelog generation by @art049

### <!-- 7 -->⚙️ Internals
- Bump pre-commit action by @art049
- Fix changelog markdown template whitespaces by @art049


## [3.2.0] - 2024-11-22

### <!-- 0 -->🚀 Features
Expand All @@ -19,7 +29,7 @@
- Improve string interpolation by @fargito

### <!-- 7 -->⚙️ Internals
- Configure git-cliff for changelog generation
- Configure git-cliff for changelog generation by @art049
- Add rust settings by @fargito

## New Contributors
Expand Down Expand Up @@ -267,6 +277,7 @@
* @art049 made their first contribution
* @adriencaccia made their first contribution in [#6](https://github.com/CodSpeedHQ/runner/pull/6)

[unreleased]: https://github.com/CodSpeedHQ/runner/compare/v3.2.0..HEAD
[3.2.0]: https://github.com/CodSpeedHQ/runner/compare/v3.1.0..v3.2.0
[3.1.0]: https://github.com/CodSpeedHQ/runner/compare/v3.0.0..v3.1.0
[3.0.0]: https://github.com/CodSpeedHQ/runner/compare/v2.4.3..v3.0.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ insta = { version = "1.29.0", features = ["json", "redactions"] }
[workspace.metadata.release]
sign-tag = true
sign-commit = true
pre-release-hook = ["git", "cliff", "-o", "CHANGELOG.md", "--tag", "v{{version}}"]
pre-release-hook = ["git", "cliff", "-o", "CHANGELOG.md", "--tag", "v{{version}}", "--github-token", "{{env.GITHUB_TOKEN}}"]

[profile.dist]
inherits = "release"
Expand Down

0 comments on commit 9963336

Please sign in to comment.