Skip to content

Commit

Permalink
ci: Add .release-plz.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
oeb25 committed May 2, 2024
1 parent 87d3dfe commit 1518e0f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .release-plz.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[workspace]
changelog_config = "cliff.toml"
changelog_update = false
git_release_enable = false
git_tag_enable = false

[[package]]
name = "smtlib"
changelog_update = true
changelog_path = "CHANGELOG.md"
git_tag_enable = true
git_release_enable = true
git_tag_name = "v{{ version }}"

0 comments on commit 1518e0f

Please sign in to comment.