Skip to content

Commit

Permalink
Adopt towncrier for managing changelog. Fixes #83.
Browse files Browse the repository at this point in the history
Renamed CHANGES.rst to NEWS.rst to align with towncrier defaults.
  • Loading branch information
jaraco committed Jun 20, 2023
1 parent 241541c commit f04d083
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# Link dates and other references in the changelog
extensions += ['rst.linker']
link_files = {
'../CHANGES.rst': dict(
'../NEWS.rst': dict(
using=dict(GH='https://github.com'),
replace=[
dict(
Expand Down
2 changes: 1 addition & 1 deletion docs/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
History
*******

.. include:: ../CHANGES (links).rst
.. include:: ../NEWS (links).rst
1 change: 1 addition & 0 deletions newsfragments/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!.gitignore
2 changes: 2 additions & 0 deletions towncrier.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[tool.towncrier]
title_format = "v{version}"

0 comments on commit f04d083

Please sign in to comment.