Skip to content

Commit

Permalink
build: Create bump-commit as well
Browse files Browse the repository at this point in the history
Otherwise the updated version numbers in pyproject.toml and __init__.py won't actually be commited
  • Loading branch information
JorisVincent committed Mar 31, 2023
1 parent a1d5e18 commit c084f69
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Expand Up @@ -73,4 +73,6 @@ 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
]
patch_without_tag = false # if nothing triggers a patch, bump?
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 c084f69

Please sign in to comment.