chore: release workflow testing

This commit is contained in:
Bill Church 2022-08-02 13:47:21 +00:00
parent 1b9915c6c4
commit 4c9df28157
No known key found for this signature in database
GPG key ID: 10DD056C65752AA0
2 changed files with 5 additions and 3 deletions

View file

@ -1,3 +1,3 @@
{
".": "0.0.0"
"app": "0.4.6"
}

View file

@ -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",
}
}
}