chore: Automate releases (#3736)

* chore: Automate releases

* Update release.yml
This commit is contained in:
Oliver Windall Juhl
2023-04-10 09:51:14 +02:00
committed by GitHub
parent 085fedb1f7
commit 5280e1bdad
3 changed files with 53 additions and 1 deletions
+5 -1
View File
@@ -5,10 +5,14 @@
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "master",
"baseBranch": "develop",
"updateInternalDependencies": "patch",
"ignore": ["integration-tests-api", "integration-tests-plugins", "integration-tests-repositories"],
"snapshot": {
"useCalculatedVersion": true
},
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true
}
}