Skip to content

Commit 8147229

Browse files
committed
release tweak
Signed-off-by: clux <[email protected]>
1 parent 70745b2 commit 8147229

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

release.toml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
# Release process :: cargo-release >= 0.23
1+
# Release process
22
#
3-
# Dependencies: https://kube.rs/tools
3+
# Versions are bumped in both Cargo.toml and Chart.yaml simultaneously through cargo-release
44
#
5-
# 1. cargo release minor --execute
5+
# 1. cargo release patch --execute
6+
# 2. just generate
7+
# 3. git add yaml && git commit --amend --signoff
68

79
# Reference
8-
# https://github.com/sunng87/cargo-release/blob/master/docs/reference.md
10+
# https://github.com/crate-ci/cargo-release/blob/master/docs/reference.md
911

1012
pre-release-replacements = [
1113
{file="charts/doc-controller/Chart.yaml", search="appVersion: .*", replace="appVersion: {{version}}"},
@@ -14,5 +16,6 @@ pre-release-commit-message = "release {{version}}"
1416
push = false
1517
tag = true
1618
tag-name = "{{version}}"
17-
sign-commit = true
1819
sign-tag = true
20+
sign-commit = true
21+
enable-all-features = true

0 commit comments

Comments
 (0)