Skip to content

Commit bd346a0

Browse files
committed
Drop CHANGES.rst in favor of GitHub Releases
I started to cut a new release but realized it's a bit painful that we are currently maintaining both a `CHANGES.rst` file and also tagging releases in GitHub releases UI. For a busy project, maintaining a dedicated changelog makes sense... but the reality is this project is in maintenance mode, and we the maintainers are more likely to cut releases when they're easy/low friction. Since GitHub very nicely has the "Auto-generate-release-notes" button, let's just use that. I considered copy/pasting the results from that to `CHANGES.rst`, but even that feels like a waste of time.
1 parent ed8243e commit bd346a0

File tree

2 files changed

+1
-225
lines changed

2 files changed

+1
-225
lines changed

CHANGES.rst

Lines changed: 0 additions & 224 deletions
This file was deleted.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ long_description_content_type = text/x-rst
1111
keywords = flask, debug, toolbar
1212
url = https://github.com/pallets-eco/flask-debugtoolbar
1313
project_urls =
14-
Changelog = https://github.com/pallets-eco/flask-debugtoolbar/blob/master/CHANGES.rst
14+
Changelog = https://github.com/pallets-eco/flask-debugtoolbar/releases
1515
Documentation = https://flask-debugtoolbar.readthedocs.io/
1616
classifiers =
1717
Development Status :: 4 - Beta

0 commit comments

Comments
 (0)