Skip to content

Commit

Permalink
use towncrier to handle change log entries
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Sep 9, 2024
1 parent 0943e87 commit 1e792c7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions changes/.gitkeep
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

18 changes: 18 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,21 @@ extend-ignore = [

[tool.cibuildwheel.macos]
before-build = "brew install eigen fftw"

[tool.towncrier]
filename = "CHANGES.rst"
directory = "changes"
package = "romanisim"
title_format = "{version} ({project_date})"
ignore = [".gitkeep"]
wrap = true
issue_format = "`#{issue} <https://github.com/spacetelescope/romanisim/issues/{issue}>`_"

[tool.towncrier.fragment.apichange]
name = "Changes to API"

[tool.towncrier.fragment.bugfix]
name = "Bug Fixes"

[tool.towncrier.fragment.general]
name = "General"

0 comments on commit 1e792c7

Please sign in to comment.