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 51dab70 commit 52f4d89Copy full SHA for 52f4d89
Taskfile.yml
@@ -8,8 +8,8 @@ vars:
8
GOLANGCI_LINT_VERSION: v2.4.0
9
GOIMPORTS_VERSION: v0.29.0
10
DPRINT_VERSION: 0.48.0
11
- EXAMPLE_VERSION: "0.6.0"
12
- RUNNER_VERSION: "0.6.0"
+ EXAMPLE_VERSION: "0.6.1"
+ RUNNER_VERSION: "0.6.1"
13
VERSION: # if version is not passed we hack the semver by encoding the commit as pre-release
14
sh: echo "${VERSION:-0.0.0-$(git rev-parse --short HEAD)}"
15
0 commit comments