Skip to content

Commit

Permalink
chore(ci,tests): check if cli arg overwrites config file
Browse files Browse the repository at this point in the history
Signed-off-by: Bukowa <[email protected]>
  • Loading branch information
bukowa committed Jun 15, 2024
1 parent ec6e03b commit 9bbe7a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/fixtures/test-bump-initial-tag-cli-arg/cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ commit_parsers = [
{ message = "^feat", group = "Features", default_scope = "app" },
{ message = "^fix", group = "Bug Fixes", scope = "cli" },
]

[bump]
initial_tag = "asdasd"

0 comments on commit 9bbe7a7

Please sign in to comment.