Revise release process

Version bumping was causing an issue where a new git tag and commit was created
before Cargo.toml was updated. This merge turns off auto tag and commit creation
and moves them to the process document.
This commit is contained in:
TC Johnson
2023-08-19 17:19:17 -05:00
parent 623e6621f3
commit c69ed60cd2
2 changed files with 54 additions and 17 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
[bumpversion]
current_version = 0.1.8
tag = True
commit = True
message = 'Version update: {current_version} → {new_version}'
#tag = True
#commit = True
#message = 'Version update: {current_version} → {new_version}'
[bumpversion:file:veilid-server/Cargo.toml]
search = name = "veilid-server"