Skip to content

Commit

Permalink
Include pull-requests into changelog
Browse files Browse the repository at this point in the history
For some reason pull-requests flag is not inherited by GH action,
mark it explicitly.

Signed-off-by: Dinar Valeev <dinar.valeev@absa.africa>
  • Loading branch information
k0da committed Mar 22, 2021
1 parent 38171aa commit dbc5d4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ jobs:
run: |
previous_tag=$(git tag --sort=v:refname | tail -2 | head -1)
echo "::set-output name=previous_tag::${previous_tag}"
- uses: heinrichreimer/github-changelog-generator-action@v2.1.1
- uses: heinrichreimer/github-changelog-generator-action@v2.2
with:
token: ${{ secrets.GITHUB_TOKEN }}
project: k8gb
pullRequests: true
sinceTag: ${{ steps.get_tag.outputs.previous_tag }}
output: changes
- name: Set up Go
Expand Down

0 comments on commit dbc5d4c

Please sign in to comment.