diff --git a/.github/workflows/jira.yml b/.github/workflows/jira.yml index 5ddf87a..63960ea 100644 --- a/.github/workflows/jira.yml +++ b/.github/workflows/jira.yml @@ -26,3 +26,8 @@ jobs: PR: ${{ github.event.pull_request.html_url }} fields: "${{ secrets.JIRA_FIELDS }}" + - name: Transition issue + uses: atlassian/gajira-transition@v3 + with: + issue: ${{ steps.create.outputs.issue }} + transition: ${{ secrets.JIRA_TRANSITION }} diff --git a/package-lock.json b/package-lock.json index ea1cf71..81fffd6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "contentstack-gatsby-starter-app", - "version": "3.0.3", + "version": "3.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "contentstack-gatsby-starter-app", - "version": "3.0.3", + "version": "3.1.0", "license": "MIT", "dependencies": { "@contentstack/live-preview-utils": "github:contentstack/live-preview-sdk#develop", diff --git a/package.json b/package.json index 324e7c9..e0884d7 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "contentstack-gatsby-starter-app", "private": true, "description": "A simple starter app build using Gatsby and Contentstack", - "version": "3.0.3", + "version": "3.1.0", "author": "Contentstack", "dependencies": { "@contentstack/live-preview-utils": "github:contentstack/live-preview-sdk#develop",