Skip to content

Commit

Permalink
fix release tag link for towncrier
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-goeldi committed Sep 25, 2023
1 parent 457ca15 commit 67335a2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [0.9.0](https://github.com/gdsfactory/kfactory/tree/0.9.0) - 2023-09-25
## [0.9.0](https://github.com/gdsfactory/kfactory/releases/v0.9.0) - 2023-09-25


### Added
Expand All @@ -25,7 +25,7 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang
- Fixed throw a critical log message on negative width and angles and convert them to positive ones [#183](https://github.com/gdsfactory/kfactory/issues/183)


## [0.8.4](https://github.com/gdsfactory/kfactory/tree/0.8.4) - 2023-06-28
## [0.8.4](https://github.com/gdsfactory/kfactory/releases/v0.8.4) - 2023-06-28


### Fixed
Expand All @@ -34,20 +34,20 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang
- Fixed port renaming by direction [#167](https://github.com/gdsfactory/kfactory/issues/167)


## [0.8.3](https://github.com/gdsfactory/kfactory/tree/0.8.3) - 2023-06-28
## [0.8.3](https://github.com/gdsfactory/kfactory/releases/v0.8.3) - 2023-06-28

No significant changes.


## [0.8.2](https://github.com/gdsfactory/kfactory/tree/0.8.2) - 2023-06-16
## [0.8.2](https://github.com/gdsfactory/kfactory/releases/v0.8.2) - 2023-06-16


### Fixed

- fix info settings


## [0.8.1](https://github.com/gdsfactory/kfactory/tree/0.8.1) - 2023-06-16
## [0.8.1](https://github.com/gdsfactory/kfactory/releases/v0.8.1) - 2023-06-16


### Fixed
Expand All @@ -56,7 +56,7 @@ No significant changes.
- adjust minimum version of klayout to 0.28.post2


## [0.8.0](https://github.com/gdsfactory/kfactory/tree/0.8.0) - 2023-06-14
## [0.8.0](https://github.com/gdsfactory/kfactory/releases/v0.8.0) - 2023-06-14


### Added
Expand Down Expand Up @@ -84,7 +84,7 @@ No significant changes.
- Fixed circular and euler bends having complex ports in the x*90° cases [#159](https://github.com/gdsfactory/kfactory/issues/159)


## [0.7.5](https://github.com/gdsfactory/kfactory/tree/0.7.5) - 2023-06-01
## [0.7.5](https://github.com/gdsfactory/kfactory/releases/v0.7.5) - 2023-06-01


### Added
Expand All @@ -101,7 +101,7 @@ No significant changes.
- Fixed changelog and changelog.d links


## [0.7.4](https://github.com/gdsfactory/kfactory/tree/0.7.4) - 2023-05-29
## [0.7.4](https://github.com/gdsfactory/kfactory/releases/v0.7.4) - 2023-05-29


### Added
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ filename = "CHANGELOG.md"
start_string = "<!-- towncrier release notes start -->\n"
underlines = ["", "", ""]
template = "changelog.d/changelog_template.jinja"
title_format = "## [{version}](https://github.com/gdsfactory/kfactory/tree/{version}) - {project_date}"
title_format = "## [{version}](https://github.com/gdsfactory/kfactory/releases/v{version}) - {project_date}"
issue_format = "[#{issue}](https://github.com/gdsfactory/kfactory/issues/{issue})"

[[tool.towncrier.type]]
Expand Down

0 comments on commit 67335a2

Please sign in to comment.