Skip to content

Commit cc631bf

Browse files
committed
FIx quotes etc
1 parent e149d30 commit cc631bf

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/release-drafter.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
3131
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
3232

3333
template: |
34-
[![Downloads for this release](https://img.shields.io/github/downloads/$OWNER/$REPOSITORY/v0.9.68b0/total.svg)](https://github.com/$OWNER/$REPOSITORY/releases/v0.9.68b0)
34+
[![Downloads for this release](https://img.shields.io/github/downloads/$OWNER/$REPOSITORY/v0.9.68b0/total.svg)]
35+
(https://github.com/$OWNER/$REPOSITORY/releases/v0.9.68b0)
36+
3537
3638
<!--
3739
### Checklist for release

pyproject.toml

+4-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ commit = false
1212
"custom_components/*/const.py" = ['^VERSION = "{version}"']
1313

1414
".github/release-drafter.yml" = [
15-
'tag-template: "v{version}"',
16-
'name-template: "v{version}"',
17-
'/"v{version}"',
15+
"tag-template: 'v{version}'",
16+
"name-template: 'Example title - v{version}'",
17+
"v{version}/total",
18+
"v{version})",
1819
]
1920

2021
[tool.pylint."MESSAGES CONTROL"]

0 commit comments

Comments
 (0)