Skip to content

Commit c261260

Browse files
enh: migrate bulk-operations to cli-plugins
1 parent 137f9ae commit c261260

91 files changed

Lines changed: 23294 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/config/release.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"launch": false,
2121
"branches": false,
2222
"apps-cli": false,
23+
"bulk-operations": false,
2324
"core": false
2425
}
2526
}

.github/workflows/release-production-plugins.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,14 @@ jobs:
127127
package: ./packages/contentstack-bulk-publish/package.json
128128
tag: latest
129129

130+
# Bulk Operations
131+
- name: Publishing bulk operations (Production)
132+
uses: JS-DevTools/npm-publish@v3
133+
with:
134+
token: ${{ secrets.NPM_TOKEN }}
135+
package: ./packages/contentstack-bulk-operations/package.json
136+
tag: latest
137+
130138
# Branches
131139
- name: Publishing branches (Production)
132140
uses: JS-DevTools/npm-publish@v3

.github/workflows/unit-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,7 @@ jobs:
6969
- name: Run tests for Contentstack Apps CLI
7070
working-directory: ./packages/contentstack-apps-cli
7171
run: npm run test:unit:report:json
72+
73+
- name: Run tests for Contentstack Bulk Operations
74+
working-directory: ./packages/contentstack-bulk-operations
75+
run: npm test

0 commit comments

Comments
 (0)