Skip to content

Commit

Permalink
build(vesion): don't auto-bump to v1.0.0
Browse files Browse the repository at this point in the history
All BREAKING CHANGES will bump minor instead of major version
  • Loading branch information
JorisVincent committed Mar 31, 2023
1 parent a71da54 commit 8889e56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Expand Up @@ -73,6 +73,7 @@ version_variable = [ # version location(s)
"pyproject.toml:version", # in this pyproject.toml
"stimupy/__init__.py:__version__" # in the init.py, so that stimupy.__version__ works
]
major_on_zero = false # don't auto-bump to v1.0.0 yet
patch_without_tag = false # if nothing triggers a patch, bump?
commit_version_number = true # commit changes to version number?
commit_subject = "v{version}"

0 comments on commit 8889e56

Please sign in to comment.