Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
svenstaro committed Jun 2, 2024
1 parent 6154840 commit 2faa3f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->

## [Unreleased] - ReleaseDate
- Update bank list.
- Bump deps.

## [1.3.0] - 2023-07-04
- Split the package into a bin package and a lib package using workspaces [#170](https://github.com/svenstaro/fints-institute-db/issues/170)
Expand Down
6 changes: 4 additions & 2 deletions fints-institute-db/release.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
tag-prefix = ""
tag-message = "Release {{crate_name}} version {{version}}"
sign-commit = true
sign-tag = true
pre-release-replacements = [
Expand All @@ -9,3 +7,7 @@ pre-release-replacements = [
{file="../CHANGELOG.md", search="<!-- next-header -->", replace="<!-- next-header -->\n\n## [Unreleased] - ReleaseDate"},
{file="../CHANGELOG.md", search="<!-- next-url -->", replace="<!-- next-url -->\n[Unreleased]: https://github.com/svenstaro/fints-institute-db/compare/{{tag_name}}...HEAD", exactly=1},
]
# Get rid of the default cargo-release "chore: " prefix in messages as we don't
# use semantic commits in this repository.
pre-release-commit-message = "Release {{crate_name}} version {{version}}"
tag-message = "Release {{crate_name}} version {{version}}"

0 comments on commit 2faa3f7

Please sign in to comment.