Skip to content

Commit

Permalink
Merge pull request #74 from devlinjunker/hotfix-1.5.2
Browse files Browse the repository at this point in the history
Hotfix-1.5.2
  • Loading branch information
devlinjunker authored Dec 16, 2020
2 parents a4b8e30 + 98d575f commit f2f7cec
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/hotfix-cut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,21 @@ jobs:
env:
HOTFIX_BRANCH: hotfix-${{ steps.version.outputs.major }}.${{ steps.version.outputs.minor }}.${{ steps.next_version.outputs.patch }}
HOTFIX_VERSION: ${{ steps.version.outputs.major }}.${{ steps.version.outputs.minor }}.${{ steps.next_version.outputs.patch }}
RELEASE_NAME: release-${{ steps.version.outputs.major }}.${{ steps.version.outputs.minor }}.${{ steps.version.outputs.patch }}
RELEASE_NAME: release-${{ steps.version.outputs.major }}.${{ steps.version.outputs.minor }}.${{ steps.next_version.outputs.patch }}
CHANGELOG: ${{ steps.version.outputs.changelog }}

- name: Create Pull Request
uses: repo-sync/pull-request@v2
with:
github_token: ${{ secrets.PAT }}
source_branch: hotfix-${{ steps.version.outputs.major }}.${{ steps.version.outputs.minor }}.${{ steps.version.outputs.patch }}
source_branch: hotfix-${{ steps.version.outputs.major }}.${{ steps.version.outputs.minor }}.${{ steps.next_version.outputs.patch }}
destination_branch: "main"
pr_title: hotfix-${{ steps.version.outputs.major }}.${{ steps.version.outputs.minor }}.${{ steps.version.outputs.patch }}
pr_title: hotfix-${{ steps.version.outputs.major }}.${{ steps.version.outputs.minor }}.${{ steps.next_version.outputs.patch }}
pr_allow_empty: true
pr_body: "
# TODO:
- [ ] Update CHANGELOG.md
"

# pr_label: release
# pr_label: release

2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@

release-1.5.1
-----------------
release-1.5.0
-----------------
release-1.5.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
Version: 1.5.1
Version: 1.5.2
---

# Test Github Actions
Expand Down

0 comments on commit f2f7cec

Please sign in to comment.