feat(medusa): Release staging version on push to develop (#2594)

* initial

* working config

* update name and add snapshot to release

* add changeset

* use correct command for action

* pr feedback
This commit is contained in:
Philip Korsholm
2022-11-16 20:08:18 +01:00
committed by GitHub
parent 022a84691e
commit f60267a494
3 changed files with 33 additions and 9 deletions
+2 -1
View File
@@ -74,7 +74,8 @@
"generate:announcement": "node ./scripts/doc-change-release.js",
"develop": "NODE_ENV=development ts-node --transpile-only ./integration-tests/development/server.js",
"develop:create:db": "NODE_ENV=development ts-node --transpile-only ./integration-tests/development/create-database.js",
"version:staging": "yarn changeset pre enter staging && yarn changeset version",
"release:staging": "changeset publish --no-git-tags --snapshot --tag staging",
"version:staging": "changeset version --snapshot staging",
"check:freshness": "node ./scripts/freshness-check.js"
},
"dependencies": {