Skip to content

Commit

Permalink
build: Allow release branches to bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mofojed committed Jun 14, 2024
1 parent d70eea9 commit 2803fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cog.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ disable_changelog = false
# we never tag any code outside the plugins/ directory. Everything else is build glue.
generate_mono_repository_global_tag = false
# limit which branches to perform bumps from
branch_whitelist = [ "main" ]
branch_whitelist = [ "main", "release/*" ]
# we don't really use [skip ci] action filtering, but leaving here in case we decide to someday
skip_ci = "[skip ci]"
skip_untracked = false
Expand Down

0 comments on commit 2803fea

Please sign in to comment.