Skip to content

Commit

Permalink
[RP-7080]create-release
Browse files Browse the repository at this point in the history
  • Loading branch information
Chathuru committed Jun 14, 2023
1 parent 2540664 commit 334a6eb
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/google-relese.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,26 @@ jobs:
Automated release
draft: false
prerelease: false

- name: Generate and email notes
uses: Chathuru/[email protected]
id: changelog
with:
head: origin/master
base: origin/dev
jira-code: '(RP|RO)'
jira-host: ${{ secrets.JIRA_HOST }}
jira-username: ${{ secrets.JIRA_USERNAME }}
jira-password: ${{ secrets.JIRA_TOKEN }}
pdf: false
unshallow: false

- name: Get the changelog message
run: |
export SUMMARY=$(echo '${{ steps.changelog.outputs.markdown }}' | jq '.markdown')
printf "$SUMMARY"
printf "$SUMMARY" > CHANGELOG.md
printf "$SUMMARY" >> $GITHUB_STEP_SUMMARY
- name: Print
run: cat CHANGELOG.md

0 comments on commit 334a6eb

Please sign in to comment.