Skip to content

Commit

Permalink
ci: Made rive-rs changelog more specific.
Browse files Browse the repository at this point in the history
This makes rive-rs changelog filter be more strict and only include changes in the rive-rs directory.

Diffs=
e56f667ef ci: Made rive-rs changelog more specific. (#6155)

Co-authored-by: Dragoș Tiselice <[email protected]>
  • Loading branch information
dragostis and dragostis committed Oct 26, 2023
1 parent aebe19b commit 332a836
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .rive_head
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1506b069c01a049034052e5de1cbc6a9cf029c2e
e56f667ef7b83dddc9801cd6f997b59ecbc83e1f
9 changes: 9 additions & 0 deletions cliff.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[git]
commit_parsers = [
{ message = "^feat", group = "added" },
{ message = "^changed", group = "changed" },
{ message = "^deprecated", group = "deprecated" },
{ message = "^removed", group = "removed" },
{ message = "^fix", group = "fixed" },
{ message = "^security", group = "security" },
]
8 changes: 8 additions & 0 deletions release-plz.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[workspace]
changelog_config = "cliff.toml"
changelog_update = false

[[package]]
name = "rive-rs"
changelog_update = true
changelog_path = "./CHANGELOG.md"

0 comments on commit 332a836

Please sign in to comment.