Skip to content

Commit

Permalink
feat(bumpversion):
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikstranneheim committed Sep 9, 2024
1 parent e55677f commit 8ff2bce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ tag_name = {new_version}
message = Bump version: {current_version} → {new_version} [skip ci]

[bumpversion:file:crunchy/version.py]

[bumpversion:file:pyproject.toml]
search = version = "{current_version}"
replace = version = "{new_version}"
2 changes: 1 addition & 1 deletion .github/workflows/Crunchy_CI.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Crunchy CI
on: [push]
on: [push, pull_request]

jobs:
test-coverage:
Expand Down

0 comments on commit 8ff2bce

Please sign in to comment.