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": {
|
"packages": {
|
||||||
"app": {
|
"app": {
|
||||||
"releaseType": "node",
|
"releaseType": "node",
|
||||||
"draft": false,
|
"draft": false,
|
||||||
"prerelease": false,
|
"prerelease": true,
|
||||||
"bumpMinorPreMajor": false,
|
"bumpMinorPreMajor": false,
|
||||||
"bumpPatchForMinorPreMajor": false,
|
"bumpPatchForMinorPreMajor": false,
|
||||||
"changelogPath": "../CHANGELOG.md",
|
"changelogPath": "../CHANGELOG.md",
|
||||||
"versioning": "default"
|
"release-as": "0.4.7",
|
||||||
|
"versioning": "default",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue