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 ded9f44 commit b21249bCopy full SHA for b21249b
.github/workflows/tests.yml
@@ -135,7 +135,7 @@ jobs:
135
- name: Lint CHANGELOG.md
136
run: |
137
# run heylogs verification
138
- jbang com.github.nbbrd.heylogs:heylogs-cli:0.9.3:bin check CHANGELOG.md > heylogs.txt || true
+ jbang com.github.nbbrd.heylogs:heylogs-cli:0.10.0:bin check CHANGELOG.md > heylogs.txt || true
139
140
# improve output
141
sed -i 's/all-h2-contain-a-version/all-h2-contain-a-version (ignored)/' heylogs.txt
0 commit comments