Skip to content

Commit 48c7abb

Browse files
committed
merged latest changes
2 parents 0a7b7d2 + 352dbfb commit 48c7abb

File tree

85 files changed

+177
-7220
lines changed

Some content is hidden

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

85 files changed

+177
-7220
lines changed

.github/workflows/jira.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
project: ${{ secrets.JIRA_PROJECT }}
2222
issuetype: ${{ secrets.JIRA_ISSUE_TYPE }}
2323
summary: |
24-
${{ github.event.pull_request.title }}
24+
Snyk | Vulnerability | ${{ github.event.repository.name }} | ${{ github.event.pull_request.title }}
2525
description: |
2626
PR: ${{ github.event.pull_request.html_url }}
2727

.github/workflows/release.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -261,22 +261,6 @@ jobs:
261261
with:
262262
token: ${{ secrets.NPM_TOKEN }}
263263
package: ./packages/contentstack-bulk-publish/package.json
264-
- name: Installing dependencies of launch
265-
id: launch-installation
266-
if: ${{env.release_releaseAll == 'true' || env.release_plugins_launch == 'true'}}
267-
working-directory: ./packages/contentstack-launch
268-
run: npm install
269-
- name: Compiling launch
270-
if: ${{ steps.launch-installation.conclusion == 'success' }}
271-
working-directory: ./packages/contentstack-launch
272-
run: npm run prepack
273-
- name: Publishing launch
274-
uses: JS-DevTools/npm-publish@v2.2.1
275-
if: ${{ steps.launch-installation.conclusion == 'success' }}
276-
with:
277-
token: ${{ secrets.NPM_TOKEN }}
278-
package: ./packages/contentstack-launch/package.json
279-
access: public
280264
- name: Installing dependencies of branches
281265
id: branches-installation
282266
if: ${{env.release_releaseAll == 'true' || env.release_plugins_branches == 'true'}}

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @contentstack/security-admin
1+
* @contentstack/security-admin

0 commit comments

Comments
 (0)