Skip to content

Commit f6125b3

Browse files
committed
bump(hardcover): Update lock for 0.2.1
1 parent a1fae21 commit f6125b3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Taskfile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ tasks:
115115
NEW_VERSION_SH:
116116
sh: "task cliff PLUGIN={{.PLUGIN}} -- --bumped-version"
117117
PREFIX: "{{.PLUGIN}}-"
118-
VERSION: "{{ .NEW_VERSION_SH | trimPrefix .PREFIX }}"
118+
VERSION: "{{ default (.NEW_VERSION_SH | trimPrefix .PREFIX) .VERSION }}"
119119
PRETEND: "{{ default 0 .PRETEND }}"
120-
prompt: 'Version for {{.PLUGIN}} will be bumped to {{.VERSION}} {{ if eq .PRETEND "0" }}and tag {{.NEW_VERSION_SH}} will be created{{ else }}(PRETEND) - no tags will be created{{end}}'
120+
prompt: 'Version for {{.PLUGIN}} will be bumped to {{.VERSION}} {{ if eq .PRETEND "0" }}and tag {{.PREFIX}}{{.VERSION}} will be created{{ else }}(PRETEND) - no tags will be created{{end}}'
121121
cmds:
122122
- cmd: echo "Bumping {{.PLUGIN}} to {{.VERSION}}"
123123
silent: true

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)