Skip to content

Commit

Permalink
Separate changelogs
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Hoffmann <antiguru@gmail.com>
  • Loading branch information
antiguru committed Oct 29, 2024
1 parent 8af0102 commit 22272fe
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions release-plz.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
[workspace]
# disable the changelog for all packages
changelog_update = false
# disable releasing all packages
release = false

[[package]]
name = "differential-dataflow"
# enable releasing package
release = true
# enable the changelog for this package
changelog_update = true
# set the path of the changelog to the root of the repository
changelog_path = "./CHANGELOG.md"

[[package]]
name = "differential-dogs3"
# enable releasing package
release = true
# enable the changelog for this package
changelog_update = true
# set the path of the changelog to the root of the repository
changelog_path = "./CHANGELOG.md"

0 comments on commit 22272fe

Please sign in to comment.