Skip to content

Commit

Permalink
Use create-pull-request action
Browse files Browse the repository at this point in the history
  • Loading branch information
oryan-block committed May 5, 2021
1 parent a7cf0d2 commit 35fe946
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -37,3 +37,10 @@ jobs:
MAVEN_PASSWORD: ${{ secrets.OSS_USER_TOKEN_PASS }}
GPG_PASSPHRASE: ${{ secrets.GPG_SIGNING_PASSWORD }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Create Release PR
uses: peter-evans/create-pull-request@v3
with:
branch: version-release
title: Version Release
body: |
Bumping project version after release.
1 change: 0 additions & 1 deletion github-build.sh
Expand Up @@ -51,4 +51,3 @@ mvn --batch-mode -Prelease deploy
commitRelease
bumpVersion
commitNextVersion
git push --follow-tags

0 comments on commit 35fe946

Please sign in to comment.