File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -86,3 +86,16 @@ To generate or update your snapshots just run pytest with the `--snapshot-update
8686The snapshots will be stored in the directory ` __snapshots__ ` .
8787
8888Make sure to commit new snapshot files or any changes you made to them.
89+
90+ ## Publish Postman Collection
91+
92+ When you tag and push a new version, the corresponding Postman collection is automatically synced.
93+ For example, to publish version 6.0 to Postman:
94+
95+ ```
96+ git tag postman-v6.0
97+ git push --tags
98+ ```
99+
100+ Pushing the tag triggers a GitHub Action that runs the ` sync-with-postman.sh ` script.
101+ This action requires the GitHub secret ` POSTMAN_API_KEY ` , which you can generate at: https://seatable.postman.co/settings/me/api-keys.
You can’t perform that action at this time.
0 commit comments