forked from jmug/stoatchat
ci: switch release please to simple mode (#474)
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"crates/delta": "0.8.8"
|
||||
".": "0.8.8"
|
||||
}
|
||||
@@ -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
1
version.txt
Normal file
@@ -0,0 +1 @@
|
||||
0.8.8
|
||||
Reference in New Issue
Block a user