Skip to content

Commit

Permalink
IBX-261: Updated changelog generator (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibexa-yuna authored May 12, 2021
1 parent 568f993 commit 4fb51e6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
tags:
- 'v*'
- '!v*-alpha*'
- '!v*-beta*'
- '!v*-rc*'

jobs:
release:
Expand All @@ -26,9 +24,10 @@ jobs:

- name: Generate changelog
id: changelog
uses: ibexa/changelog-generator-action@master
uses: ibexa/changelog-generator-action@v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
jira_token: ${{ secrets.JIRA_TOKEN }}
currentTag: ${{ env.BUILD_TAG }}
previousTag: ${{ steps.prevrelease.outputs.previousTag }}

Expand Down

0 comments on commit 4fb51e6

Please sign in to comment.