Skip to content

Commit 7dc2e49

Browse files
authored
Merge pull request #129 from contentstack/chore/beta-package-changes
chore: adds beta config to package.json for v4 release
2 parents a7589db + f9ff51e commit 7dc2e49

File tree

4 files changed

+5992
-8129
lines changed

4 files changed

+5992
-8129
lines changed

.github/workflows/npm-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
node-version: '18.x'
1717
registry-url: 'https://registry.npmjs.org'
1818
- run: npm ci
19-
- run: npm publish
19+
- run: npm publish --tag beta
2020
env:
2121
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2222
publish-git:
@@ -29,6 +29,6 @@ jobs:
2929
registry-url: 'https://npm.pkg.github.com'
3030
scope: '@contentstack'
3131
- run: npm ci
32-
- run: npm publish
32+
- run: npm publish --tag beta
3333
env:
3434
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.talismanrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
fileignoreconfig:
22
- filename: package-lock.json
3-
checksum: b55c22a1b5dca347c79fea4cac3a0a3ea7487180cb21e4e3d5b2bbdf1981cebe
3+
checksum: ed6e5d36030448030ea8e0ec251b57481be80366b1cfde6a1b47879de8d006c0
44
- filename: test/typescript/taxonomy.test.ts
55
checksum: e4bdf633e147fd60d929d379f20c814eed5f68b11421d7b53ec8826e9142de37
66
- filename: src/core/modules/taxonomy.js

0 commit comments

Comments
 (0)