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:
+3
-3
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user