We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0cad5df + ce41bfe commit 5ab0bdaCopy full SHA for 5ab0bda
2 files changed
.github/workflows/release-on-merge.yaml
@@ -113,7 +113,6 @@ jobs:
113
git checkout main;
114
git pull;
115
git merge ${GITHUB_REF##*/};
116
- git commit -m "upmerge after $RELEASE";
117
git push;
118
env:
119
RELEASE: v${{ needs.create-release-tag.outputs.major }}.${{ needs.create-release-tag.outputs.minor }}.${{ needs.create-release-tag.outputs.patch }}
README.md
@@ -1,5 +1,5 @@
1
---
2
-Version: 1.6.1
+Version: 1.6.2
3
4
5
<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