kopium 0.24.1

kubernetes openapi unmangler
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Release process
#
# cargo release minor --execute
#
# This will bump version in Cargo.toml, create a corresponding git tag for it, and push it.
# CI will run the release workflow, build binaries, and attach to a GH release for the tag.

pre-release-commit-message = "{{version}}"
push = true
tag = true
tag-name = "{{version}}"
sign-tag = true
sign-commit = true
enable-all-features = true

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