Skip to content

Commit 4639553

Browse files
authored
Merge pull request #17 from sudo-bmitch/pr-update-20251116
Version bump
2 parents 3a62e2e + 825bea6 commit 4639553

File tree

5 files changed

+5
-2
lines changed

5 files changed

+5
-2
lines changed

.github/ISSUE_TEMPLATE/feature.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ Example: steps to result in the desired behavior:
3333
<!--
3434
Links? References? Anything that will give us more context about the issue that you are encountering!
3535
-->
36+
<!-- markdownlint-disable-file MD001 -->

.github/ISSUE_TEMPLATE/issue.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ Example: steps to reproduce the behavior:
3333
<!--
3434
Links? References? Anything that will give us more context about the issue that you are encountering!
3535
-->
36+
<!-- markdownlint-disable-file MD001 -->

.github/ISSUE_TEMPLATE/question.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ Note: Please search to see if an issue already exists for the bug you encountere
1919
<!--
2020
Links? References? Anything that will give us more context about the issue that you are encountering!
2121
-->
22+
<!-- markdownlint-disable-file MD001 -->

.version-bump.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
{"name":"gha-uses-commit","key":"https://github.com/actions/setup-go.git:v6.0.0","version":"44694675825211faa026b3c33043df3e48a5fa00"}
33
{"name":"gha-uses-semver","key":"https://github.com/actions/checkout.git","version":"v5.0.0"}
44
{"name":"gha-uses-semver","key":"https://github.com/actions/setup-go.git","version":"v6.0.0"}
5-
{"name":"makefile-markdown-lint","key":"docker.io/davidanson/markdownlint-cli2","version":"v0.18.1"}
5+
{"name":"makefile-markdown-lint","key":"docker.io/davidanson/markdownlint-cli2","version":"v0.19.0"}
66
{"name":"makefile-staticcheck","key":"https://github.com/dominikh/go-tools.git","version":"v0.6.1"}

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GOPATH?=$(shell go env GOPATH)
2-
MARKDOWN_LINT_VER?=v0.18.1
2+
MARKDOWN_LINT_VER?=v0.19.0
33
STATICCHECK_VER?=v0.6.1
44
VER_BUMP?=$(shell command -v version-bump 2>/dev/null)
55
VER_BUMP_CONTAINER?=sudobmitch/version-bump:edge

0 commit comments

Comments
 (0)