Skip to content

Commit

Permalink
Merge pull request #73 from devlinjunker/hotfix-1.5.1
Browse files Browse the repository at this point in the history
Hotfix-1.5.1
  • Loading branch information
devlinjunker authored Dec 16, 2020
2 parents f48f700 + 7d3250e commit a4b8e30
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hotfix-cut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ jobs:
source_branch: hotfix-${{ steps.version.outputs.major }}.${{ steps.version.outputs.minor }}.${{ steps.version.outputs.patch }}
destination_branch: "main"
pr_title: hotfix-${{ steps.version.outputs.major }}.${{ steps.version.outputs.minor }}.${{ steps.version.outputs.patch }}
pr_allow_empty: true
pr_body: "
# TODO:
- [ ] Update CHANGELOG.mc
- [ ] Update CHANGELOG.md
"


# pr_label: release
2 changes: 1 addition & 1 deletion .github/workflows/release-cut.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
"`;
echo "$NEW$([ -f CHANGELOG.md ] && less CHANGELOG.md)" > CHANGELOG.md;
git add CHANGELOG.md;
git commit -m "update CHANGELOG before $RELEASE";
git commit -m "update CHANGELOG before $RELEASE_NAME";
git push;
env:
RELEASE_NAME: release-${{ steps.version.outputs.major }}.${{ steps.version.outputs.minor }}.${{ steps.version.outputs.patch }}
Expand Down
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.0
-----------------
release-1.5.0
-----------------
- feature: try to update changelog in release cut and hotfix cut
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.0
Version: 1.5.1
---

# Test Github Actions
Expand Down

0 comments on commit a4b8e30

Please sign in to comment.