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.
1 parent c03c993 commit 742cddfCopy full SHA for 742cddf
README.md
@@ -142,7 +142,7 @@ jobs:
142
yq --version
143
- name: Install gitmoji-semver
144
run: |
145
- git clone https://github.com/nkmr-jp/gitmoji-semver -b v1.6.0
+ git clone https://github.com/nkmr-jp/gitmoji-semver -b v1.7.0
146
- name: Generate semantic-release configs
147
working-directory: ./gitmoji-semver
148
@@ -160,7 +160,7 @@ jobs:
160
161
```sh
162
git add .
163
-git commit -m ":construction_worker: Add Release settings by https://github.com/nkmr-jp/gitmoji-semver"
+git commit -m ":construction_worker: Add Release workflow"
164
git push
165
```
166
0 commit comments