towncrier icon indicating copy to clipboard operation
towncrier copied to clipboard

Manage the release notes for your project.

Results 139 towncrier issues
Sort by recently updated
recently updated
newest added

updates: - [github.com/psf/black: 22.3.0 → 22.6.0](https://github.com/psf/black/compare/22.3.0...22.6.0) - [github.com/asottile/pyupgrade: v2.32.0 → v2.37.3](https://github.com/asottile/pyupgrade/compare/v2.32.0...v2.37.3) - [github.com/PyCQA/flake8: 4.0.1 → 5.0.2](https://github.com/PyCQA/flake8/compare/4.0.1...5.0.2) - [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.3.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.2.0...v4.3.0)

This tries to fixes #384 The idea is that instead of having a separate `man` file that duplicated the CLI info from the Python script, we should only have the...

# Description This is take2 for #292 Enabled check manifest and pre-comit as part of GitHub Actions CI We have pre-commit hook so I am not sure if this is...

# Description Fixes #308 To simplify the number of dependencies towncrier can use a string as its version. Also, when finding the version of a project, just use `str()` on...

Before this commit, all the news fragments needed to be committed into git, or the fragments removal after building the news file would crash. In my workflow, I add missing...

needs-changes

Hi, this is my first change to support better date objects during template rendering. This PR aims to solve #349. Cheers

needs-changes

Alphas are being pre-released so may as well try them out somewhere. Draft for: - [ ] This is never to be merged. Rather, it is for testing the prereleases...

Draft for: - [ ] This is presently an exploratory PR... which doesn't seem to have helped with prompt codecov result reporting.

Draft for: - [x] Revisit after #291 and #287 expand the CI matrix coverage - [x] Adjust so that all check outputs are present but any single one will result...

The `towncrier` program, when installed, is a general-purpose command. On Unix-like systems, a manual page is desirable for any installed command.