configure changie to update the version number automatically into Cargo.toml
This commit is contained in:
@@ -24,3 +24,9 @@ newlines:
|
||||
beforeChangelogVersion: 1
|
||||
endOfVersion: 1
|
||||
envPrefix: CHANGIE_
|
||||
|
||||
# update the version in the cargo file, on release
|
||||
replacements:
|
||||
- path: Cargo.toml
|
||||
find: '^version = ".*"'
|
||||
replace: 'version = "{{.VersionNoPrefix}}"'
|
||||
|
||||
Reference in New Issue
Block a user