mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 14:30:09 +01:00
chore: yoink everything not needed for nix package
This commit is contained in:
parent
0650d80b0c
commit
0955cb2e22
36 changed files with 101 additions and 3351 deletions
|
|
@ -89,7 +89,7 @@ addopts = --doctest-modules
|
|||
|
||||
|
||||
[bumpver]
|
||||
current_version = "2023.1124"
|
||||
current_version = "2023.1125"
|
||||
version_pattern = "YYYY.BUILD[-TAG]"
|
||||
commit_message = "bump {old_version} -> {new_version}"
|
||||
commit = True
|
||||
|
|
@ -97,6 +97,8 @@ tag = True
|
|||
push = True
|
||||
|
||||
[bumpver:file_patterns]
|
||||
flake.nix =
|
||||
version = "{version}";
|
||||
bootstrapit.sh =
|
||||
PACKAGE_VERSION="{version}"
|
||||
setup.cfg =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue