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
+2
View File
@@ -86,6 +86,8 @@
"develop:create:db": "ts-node --transpile-only ./integration-tests/development/create-database.js",
"release:next": "changeset publish --no-git-tags --snapshot --tag next",
"version:next": "changeset version --snapshot next",
"release": "changeset publish",
"version": "changeset version && yarn install --no-immutable",
"check:freshness": "node ./scripts/freshness-check.js"
},
"dependencies": {