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": { "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",
} }
} }
} }