Skip to content

Commit

Permalink
From test → Bump version: v1.0.13-test into prod (#21)
Browse files Browse the repository at this point in the history
Automatically created pull request for release v1.0.13-test into prod
branch.
  • Loading branch information
JuanVilla424 authored Oct 27, 2024
2 parents 1a5fb73 + cc1a04a commit 170ca13
Show file tree
Hide file tree
Showing 4 changed files with 274 additions and 74 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.10
current_version = 1.0.13
commit = True
tag = False

Expand Down
5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,11 @@ repos:
files: ^docker-compose(\.dev|\.prod)?\.yml$
- id: commit-msg-version-check
name: commit-msg-version-check
entry: python commit_msg_version_bump/main.py
entry: python commit_msg_version_bump/main.py --log-level=DEBUG
always_run: true
language: system
args: [.git/COMMIT_EDITMSG]
pass_filenames: false
# args: [--commit_msg_file, .git/COMMIT_EDITMSG]
stages: [pre-push]
- id: bump-year
name: bump-year
Expand Down
Loading

0 comments on commit 170ca13

Please sign in to comment.