We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9cc5807 + 03a959e commit 1e90b18Copy full SHA for 1e90b18
.github/workflows/main-on-merge.yaml
@@ -70,6 +70,7 @@ jobs:
70
env:
71
CHANGELOG_PREFIX_LIST: "feature|feat|fix|bugfix|bug"
72
73
+ # Determine if the tag already exists (created by patch merge)
74
- name: "Check Release Exists"
75
id: check_exists
76
run: |
README.md
@@ -1,5 +1,5 @@
1
---
2
-Version: 1.6.7
+Version: 1.6.8
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