Skip to content

Commit

Permalink
Only generate release changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
muuki88 committed Oct 26, 2020
1 parent a38f5c5 commit 7de6540
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,27 +30,27 @@ jobs:
run: sbt ci-release

# github_changelog_generator
- name: Generate changelog
uses: heinrichreimer/github-changelog-generator-action@v2.1.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
issues: true
issuesWoLabels: true
pullRequests: true
prWoLabels: true
unreleased: true
cacheFile: '.github-changelog-cache'
- name: Push CHANGELOG.md
uses: EndBug/add-and-commit@v5
with:
add: 'CHANGELOG.md'
author_name: github-actions
author_email: github-actions@github.com
branch: master
message: 'Update CHANGELOG.md for release ${{ env.RELEASE_VERSION }}'
signoff: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# - name: Generate changelog
# uses: heinrichreimer/github-changelog-generator-action@v2.1.1
# with:
# token: ${{ secrets.GITHUB_TOKEN }}
# issues: true
# issuesWoLabels: true
# pullRequests: true
# prWoLabels: true
# unreleased: true
# cacheFile: '.github-changelog-cache'
# - name: Push CHANGELOG.md
# uses: EndBug/add-and-commit@v5
# with:
# add: 'CHANGELOG.md'
# author_name: github-actions
# author_email: github-actions@github.com
# branch: master
# message: 'Update CHANGELOG.md for release ${{ env.RELEASE_VERSION }}'
# signoff: true
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# generate a github release
- name: Generate release changelog
id: changelog
Expand Down

0 comments on commit 7de6540

Please sign in to comment.