Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
e7020e8
chore(style): test bump version msg [patch candidate]
JuanVilla424 Oct 27, 2024
7850455
chore(style): test bump version msg [patch candidate]
JuanVilla424 Oct 27, 2024
fae066d
chore(style): test bump version msg [patch candidate]
JuanVilla424 Oct 27, 2024
79a45f6
chore(core): test bump commit msg version [patch candidate]
JuanVilla424 Oct 27, 2024
d2b2d82
chore(core): test bump commit msg version [patch candidate]
JuanVilla424 Oct 27, 2024
98b25dd
chore(core): test bump commit msg version [patch candidate]
JuanVilla424 Oct 27, 2024
7208ced
chore(core): test bump commit msg version [patch candidate]
JuanVilla424 Oct 27, 2024
71e4fdb
chore(core): test bump commit msg version [patch candidate]
JuanVilla424 Oct 27, 2024
209f18d
chore(core): test bump commit msg version [patch candidate]
JuanVilla424 Oct 27, 2024
029c5c9
chore(core): test bump commit msg version [patch candidate]
JuanVilla424 Oct 27, 2024
4279679
chore(core): test bump commit msg version [patch candidate]
JuanVilla424 Oct 27, 2024
237b3c1
chore(core): test bump commit msg version [patch candidate]
JuanVilla424 Oct 27, 2024
d3f808e
🔧 chore(core): test bump commit msg version [patch candidate]
JuanVilla424 Oct 27, 2024
938fdcd
🔧 chore(core): test bump commit msg version [patch candidate]
JuanVilla424 Oct 27, 2024
d3e1148
chore(core): test bump commit msg version [patch candidate]
JuanVilla424 Oct 27, 2024
ed5193c
🔧 Bump version: 1.0.12 → 1.0.13
JuanVilla424 Oct 27, 2024
cc1a04a
From dev → Bump version: v1.0.13-dev into test (#20)
JuanVilla424 Oct 27, 2024
170ca13
From test → Bump version: v1.0.13-test into prod (#21)
JuanVilla424 Oct 27, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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