add: changesets + snapshot-this action (#1746)

* add: changesets + snapshot-this action

* add: changeset folder

* add: action credits
This commit is contained in:
Zakaria El Asri
2022-06-30 11:07:18 +02:00
committed by GitHub
parent 9e0f65dee3
commit 55978e9e81
5 changed files with 817 additions and 28 deletions
+4 -1
View File
@@ -67,9 +67,12 @@
"test:integration:api": "jest --config=integration-tests/jest.config.js --projects=integration-tests/api",
"test:integration:plugins": "jest --config=integration-tests/jest.config.js --projects=integration-tests/plugins",
"test:fixtures": "jest --config=docs-util/jest.config.js --runInBand",
"generate:services": "typedoc --options typedoc.services.js"
"generate:services": "typedoc --options typedoc.services.js",
"release:snapshot": "changeset publish --no-git-tags --snapshot --tag snapshot"
},
"dependencies": {
"@changesets/changelog-github": "^0.4.5",
"@changesets/cli": "^2.23.0",
"global": "^4.4.0",
"import-from": "^3.0.0",
"oas-normalize": "^5.0.1",