Skip to content

Commit

Permalink
Update tbump config for future
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelboulton committed Dec 13, 2022
1 parent f3ce680 commit f013f51
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ regex = '''
(?P<minor>\d+)
\.
(?P<patch>\d+)
((?P<release>[a-zA-Z]+)(?P<build>\d+))?
'''

[tool.tbump.git]
Expand All @@ -206,8 +207,7 @@ src = "docs/source/conf.py"
name = "Update changelog"
cmd = "./scripts/update-changelog.bash"

# Or run some commands after the git tag and the branch
# have been pushed:
# [[tool.tbump.after_push]]
# name = "publish"
# cmd = "./publish.sh"
# TODO: enable
# [[tool.tbump.after_push]]
# name = "publish"
# cmd = "./scripts/release.sh"

0 comments on commit f013f51

Please sign in to comment.