Skip to content

Commit

Permalink
chore: Bumpver config
Browse files Browse the repository at this point in the history
  • Loading branch information
brtkwr committed Dec 5, 2024
1 parent 5041345 commit 76ab17a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
archive:
eval $$(bumpver show --environ) && git archive --format zip HEAD > magento-plugin-$${CURRENT_VERSION}.zip
bumpver-%:
SKIP=commit-msg bumpver update --$*
patch: bumpver-patch
minor: bumpver-minor
major: bumpver-major
format:
prettier -w view/frontend/web/js/
prettier -w view/frontend/web/css/
Expand Down
6 changes: 3 additions & 3 deletions bumpver.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ current_version = "1.7.3"
version_pattern = "MAJOR.MINOR.PATCH[-TAGNUM]"
commit_message = "chore: Bump version {old_version} -> {new_version}"
commit = true
fetch = false
tag = false
push = false
fetch = true
tag = true
push = true

[tool.bumpver.file_patterns]
"composer.json" = [
Expand Down

0 comments on commit 76ab17a

Please sign in to comment.