Skip to content

Commit

Permalink
release tweak
Browse files Browse the repository at this point in the history
Signed-off-by: clux <[email protected]>
  • Loading branch information
clux committed Aug 9, 2023
1 parent 70745b2 commit 8147229
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions release.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# Release process :: cargo-release >= 0.23
# Release process
#
# Dependencies: https://kube.rs/tools
# Versions are bumped in both Cargo.toml and Chart.yaml simultaneously through cargo-release
#
# 1. cargo release minor --execute
# 1. cargo release patch --execute
# 2. just generate
# 3. git add yaml && git commit --amend --signoff

# Reference
# https://github.com/sunng87/cargo-release/blob/master/docs/reference.md
# https://github.com/crate-ci/cargo-release/blob/master/docs/reference.md

pre-release-replacements = [
{file="charts/doc-controller/Chart.yaml", search="appVersion: .*", replace="appVersion: {{version}}"},
Expand All @@ -14,5 +16,6 @@ pre-release-commit-message = "release {{version}}"
push = false
tag = true
tag-name = "{{version}}"
sign-commit = true
sign-tag = true
sign-commit = true
enable-all-features = true

0 comments on commit 8147229

Please sign in to comment.