Skip to content

Commit

Permalink
Merge pull request #78 from devlinjunker/release-1.7
Browse files Browse the repository at this point in the history
release-1.7
  • Loading branch information
devlinjunker authored Dec 16, 2020
2 parents 7bc66ed + 8c38db6 commit 4e380d4
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/hotfix-cut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
NEW=`echo "
$RELEASE_NAME
-----------------
$CHANGELOG
-
"`;
echo "$NEW$([ -f CHANGELOG.md ] && less CHANGELOG.md)" > CHANGELOG.md;
git commit -a -m "update version for $HOTFIX_BRANCH";
Expand All @@ -58,8 +58,6 @@ jobs:
destination_branch: "main"
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_body: "- [ ] Update CHANGELOG.md"

# pr_label: release
2 changes: 2 additions & 0 deletions .github/workflows/release-cut.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
$RELEASE_NAME
-----------------
$CHANGELOG
"`;
echo "$NEW$([ -f CHANGELOG.md ] && less CHANGELOG.md)" > CHANGELOG.md;
git add CHANGELOG.md;
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,32 @@

release-1.7.0
-----------------
- feat:fix


release-1.6.0
-----------------
- feat: fix


release-1.5.4
-----------------
- fix: try to use |


release-1.5.3
-----------------
- fix: try to use %0A


release-1.5.1
-----------------


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.6.0
Version: 1.7.0
---

# Test Github Actions
Expand Down

0 comments on commit 4e380d4

Please sign in to comment.