Skip to content

Commit 5ab0bda

Browse files
authored
Merge pull request #133 from devlinjunker/patch-1.6.2
patch-1.6.2
2 parents 0cad5df + ce41bfe commit 5ab0bda

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release-on-merge.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ jobs:
113113
git checkout main;
114114
git pull;
115115
git merge ${GITHUB_REF##*/};
116-
git commit -m "upmerge after $RELEASE";
117116
git push;
118117
env:
119118
RELEASE: v${{ needs.create-release-tag.outputs.major }}.${{ needs.create-release-tag.outputs.minor }}.${{ needs.create-release-tag.outputs.patch }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
Version: 1.6.1
2+
Version: 1.6.2
33
---
44

55
<img align="right" width="100" height="140" src="https://github.com/devlinjunker/template.github.semver/raw/develop/img/logo-small.png" alt="semver template logo">

0 commit comments

Comments
 (0)