seatsio 72.4.0 → 72.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,19 +0,0 @@
1
- name: 'Publish release'
2
-
3
- on:
4
- release:
5
- types: [created]
6
-
7
- jobs:
8
- build:
9
- runs-on: ubuntu-latest
10
- steps:
11
- - uses: actions/checkout@v2
12
- - uses: actions/setup-node@v1
13
- with:
14
- node-version: 18
15
- registry-url: https://registry.npmjs.org/
16
- - run: yarn install
17
- - run: yarn publish
18
- env:
19
- NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
package/releasing.md DELETED
@@ -1,4 +0,0 @@
1
- *Note: this is internal documentation for the seats.io team*
2
-
3
- 1) Set the correct version number in package.json
4
- 2) Create the release in GitHub