- Notifications
You must be signed in to change notification settings - Fork129
Manage the release notes for your project.
License
twisted/towncrier
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
towncrier is a utility to produce useful, summarized news files (also known as changelogs) for your project.
Rather than reading the Git history, or having one single file which developers all write to and produce merge conflicts,towncrier reads "news fragments" which contain information useful toend users.
Used byTwisted,pytest,pip,BuildBot, andattrs, among others.
While the command line tooltowncrier requires Python to run, as long as you don't use any Python-specific affordances (like auto-detection of the project version), it is usable withany project type onany platform.
towncrier delivers the news which is convenient to those that hear it, not those that write it.
That is, by duplicating what has changed from the "developer log" (which may contain complex information about the original issue, how it was fixed, who authored the fix, and who reviewed the fix) into a "news fragment" (a small file containing just enough information to be useful to end users),towncrier can produce a digest of the changes which is valuable to those who may wish to use the software.These fragments are also commonly called "topfiles" or "newsfiles".
towncrier works best in a development system where all merges involve closing an issue.
To get started, check out ourtutorial!
- PyPI:https://pypi.org/project/towncrier/
- Documentation:https://towncrier.readthedocs.io/
- Release Notes:https://github.com/twisted/towncrier/blob/trunk/NEWS.rst
- License:MIT
About
Manage the release notes for your project.
Topics
Resources
License
Code of conduct
Contributing
Security policy
Uh oh!
There was an error while loading.Please reload this page.