Skip to content

Commit

Permalink
Add JIRA release (AST-000)
Browse files Browse the repository at this point in the history
  • Loading branch information
greensd4 committed Jan 20, 2025
1 parent 8573257 commit 7ee94ea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
payload: |
{
"data": {
"version": "${{ inputs.jira_product_name }}",
"version": "${{ inputs.jira_product_name }}_${{ inputs.release_version }}",
"startDate": "${{ env.date }}",
"date": "${{ env.date }}"
}
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/test-notify-teams.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ on:
description: 'URL of the release'
required: true
default: 'https://github.com/Checkmarx/ast-jetbrains-plugin/releases/tag/2.2.3'
jira_product_name:
description: 'JIRA Release Name'
required: true
type: string

jobs:
test-notify:
Expand All @@ -36,3 +40,5 @@ jobs:
cli_release_version: ${{ github.event.inputs.cli_release_version }}
release_author: ${{ github.event.inputs.release_author }}
release_url: ${{ github.event.inputs.release_url }}
jira_product_name: ${{ github.event.inputs.jira_product_name }}

0 comments on commit 7ee94ea

Please sign in to comment.