ci: switch release please to simple mode (#474)

This commit is contained in:
Paul Makles
2026-01-08 22:36:04 +00:00
committed by GitHub
parent ffdb2b6900
commit 22e46194ab
3 changed files with 11 additions and 5 deletions

View File

@@ -1,3 +1,3 @@
{
"crates/delta": "0.8.8"
".": "0.8.8"
}

View File

@@ -1,14 +1,19 @@
{
"include-component-in-tag": false,
"packages": {
"crates/delta": {
"changelog-path": "../../CHANGELOG.md",
"release-type": "rust",
".": {
"changelog-path": "CHANGELOG.md",
"release-type": "simple",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false,
"include-component-in-tag": false,
"extra-files": [
{
"type": "toml",
"path": "crates/delta/Cargo.toml",
"jsonpath": "$.package.version"
},
{
"type": "toml",
"path": "crates/bonfire/Cargo.toml",

1
version.txt Normal file
View File

@@ -0,0 +1 @@
0.8.8