Skip to content

Commit

Permalink
Merge pull request #120 from phunkyfish/add-version-to-changelog-rele…
Browse files Browse the repository at this point in the history
…ase-pr

Include changelog and version commit text in changelog and release github workflow
  • Loading branch information
phunkyfish authored Jul 6, 2021
2 parents 01319f7 + b66dbc2 commit 0181183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changelog-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
run: |
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git commit -m "v${{ steps.required-variables.outputs.version }}" -a
git commit -m "changelog and version v${{ steps.required-variables.outputs.version }}" -a
working-directory: ${{ github.event.repository.name }}

- name: Push changes
Expand Down

0 comments on commit 0181183

Please sign in to comment.