Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tonye Jack authored Jul 31, 2020
1 parent f6a6936 commit d31b2a1
Showing 1 changed file with 11 additions and 18 deletions.
29 changes: 11 additions & 18 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,15 @@ jobs:
with:
paths: |
README.md
- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v3
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit-message: Update from ${{ steps.bumpversion.outputs.old_version }} -> ${{ steps.bumpversion.outputs.new_version }}
committer: GitHub <noreply@github.com>
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
branch: bump-to-${{ steps.bumpversion.outputs.new_version }}
title: '[Upgrade] New Release ${{ steps.bumpversion.outputs.new_version }}'
body: |
Auto-generated by [create-pull-request][1]
[1]: https://github.com/peter-evans/create-pull-request
labels: |
upgrade
automated pr
assignees: jackton1
reviewers: jackton1
draft: false
commit_message: Updraded from ${{ steps.bumpversion.outputs.old_version }} -> ${{ steps.bumpversion.outputs.new_version }}
branch: feature-sync-${{ ${{ steps.bumpversion.outputs.new_version }} }}
file_pattern: README.md
repository: .
# Optional commit user and author settings
commit_user_name: GitHub Actions Bot
commit_user_email: 41898282+github-actions[bot]@users.noreply.github.com
commit_author: Author <actions@github.com>
# Optional: Disable dirty check and always try to create a commit and push
skip_dirty_check: true

0 comments on commit d31b2a1

Please sign in to comment.