Skip to content
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.

Commit

Permalink
chore(changelog): fix changelog issue format
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueGlassBlock committed Mar 16, 2023
1 parent 132c886 commit 37625bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@
- 禁言
- 取消禁言
- 全体禁言
- 取消全体禁言 [#3](https://github.com/BlueGlassBlock/ichika/issues/3)

- 取消全体禁言

### 其他

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ start_string = "<!-- towncrier release notes start -->\n"
underlines = ["", "", ""]
template = "news/template.jinja"
title_format = "## [{version}](https://github.com/BlueGlassBlock/ichika/tree/{version}) - {project_date}"
issue_format = "[#{issue}](https://github.com/BlueGlassBlock/ichika/issues/{issue})"
issue_format = "([#{issue}](https://github.com/BlueGlassBlock/ichika/issues/{issue}))"

[[tool.towncrier.type]]
directory = "removed"
Expand Down
2 changes: 1 addition & 1 deletion towncrier_release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ start_string = "<!-- towncrier release notes start -->\n"
underlines = ["", "", ""]
template = "news/template.jinja"
title_format = "## [{version}](https://github.com/BlueGlassBlock/ichika/tree/{version}) - {project_date}"
issue_format = "[#{issue}](https://github.com/BlueGlassBlock/my-ichika/issues/{issue})"
issue_format = "([#{issue}](https://github.com/BlueGlassBlock/ichika/issues/{issue}))"

[[tool.towncrier.type]]
directory = "removed"
Expand Down

0 comments on commit 37625bb

Please sign in to comment.