Skip to content

Commit

Permalink
chore: fix bump2version config (#600)
Browse files Browse the repository at this point in the history
- the bump2version commit doesn't conform to commitlint hence disabling
it
- the tag creation has also been disabled since the tag is created
before the PR is merged.

This was discovered when trying to create a 1.0.3 release of the product
  • Loading branch information
mkanoor authored Oct 17, 2023
1 parent 2343ad6 commit a5986db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
current_version = 1.0.2
commit = True
tag = True
commit = False
tag = False
search = {current_version}

[bumpversion:file:setup.cfg]
Expand Down

0 comments on commit a5986db

Please sign in to comment.