chore: release workflow testing
This commit is contained in:
parent
1b9915c6c4
commit
4c9df28157
2 changed files with 5 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
".": "0.0.0"
|
||||
"app": "0.4.6"
|
||||
}
|
|
@ -1,13 +1,15 @@
|
|||
{
|
||||
"bootstrap-sha": "cf4d8c384740de98f3875b9d5362142b74db0bd3",
|
||||
"packages": {
|
||||
"app": {
|
||||
"releaseType": "node",
|
||||
"draft": false,
|
||||
"prerelease": false,
|
||||
"prerelease": true,
|
||||
"bumpMinorPreMajor": false,
|
||||
"bumpPatchForMinorPreMajor": false,
|
||||
"changelogPath": "../CHANGELOG.md",
|
||||
"versioning": "default"
|
||||
"release-as": "0.4.7",
|
||||
"versioning": "default",
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue