Skip to content

Commit

Permalink
fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
joamatab committed Sep 27, 2023
1 parent 6fe177f commit 42b242d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -226,11 +226,11 @@ regex = '''
'''

[tool.towncrier]
directory = "changelog.d"
directory = ".changelog.d"
filename = "CHANGELOG.md"
issue_format = "[#{issue}](https://github.com/gdsfactory/kfactory/issues/{issue})"
start_string = "<!-- towncrier release notes start -->\n"
template = "changelog.d/changelog_template.jinja"
template = ".changelog.d/changelog_template.jinja"
title_format = "## [{version}](https://github.com/gdsfactory/kfactory/releases/v{version}) - {project_date}"
underlines = ["", "", ""]

Expand Down

0 comments on commit 42b242d

Please sign in to comment.