1 Star 0 Fork 0

deepflowio/kube

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
release.toml 1.03 KB
一键复制 编辑 原始数据 按行查看 历史
Eirik A 提交于 2022-09-21 20:45 . Upgrade k8s-openapi to 0.16 (#1008)
# Release process :: cargo-release >= 0.18.3
#
# Dependencies: cargo-release, cargo-tree, sd, ripgrep
#
# 0. (optional) cargo release minor ; verify readme + changelog bumped; then git reset --hard
# 1. PUBLISH_GRACE_SLEEP=20 cargo release minor --execute
# 1X. - on failure: follow plan manually, cd into next dirs and publish insequence with cargo publish --features=k8s-openapi/v1_25
# 2. check consolidated commit
# 2X. - on failure: git commit --amend and insert version
# 3. ./scripts/release-post.sh
# Reference
# https://github.com/sunng87/cargo-release/blob/master/docs/reference.md
consolidate-commits = true
shared-version = true
pre-release-hook = ["../scripts/release-pre.sh"]
pre-release-commit-message = "release {{version}}"
# leave tagging + pushing to postrelease script (due to potential failures in 1 and 2)
push = false
tag = false
# A Kubernetes version is normally supplied by the application consuming the library in the end.
# Since we don't have that when verifying, supply one ourselves.
enable-features = ["k8s-openapi/v1_25"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/deepflowio/kube.git
[email protected]:deepflowio/kube.git
deepflowio
kube
kube
main

搜索帮助