Skip to content

Commit

Permalink
Fix badges
Browse files Browse the repository at this point in the history
  • Loading branch information
astrandb committed Jan 16, 2025
1 parent 8e35fa1 commit f6755fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ change-template: "- $TITLE @$AUTHOR (#$NUMBER)"
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.

template: |
[![Downloads for this release](https://img.shields.io/github/downloads-pre/$OWNER/$REPOSITORY/v$COMPLETE/total.svg)](https://github.com/$OWNER/$REPOSITORY/releases/v$RESOLVED_VERSION)
[![Downloads for this release](https://img.shields.io/github/downloads-pre/$OWNER/$REPOSITORY/v2025.1.0dev1/total.svg)](https://github.com/$OWNER/$REPOSITORY/releases/v2025.1.0dev1)
<!--
### Checklist for release
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ commit = false
".github/release-drafter.yml" = [
'tag-template: "v{version}"',
'name-template: "v{version}"',
'/"v{version}"',
]

[tool.pylint."MESSAGES CONTROL"]
Expand Down

0 comments on commit f6755fb

Please sign in to comment.