Skip to content

Commit f031dfa

Browse files
committed
towncrier build --yes
1 parent 4c854f5 commit f031dfa

23 files changed

+46
-19
lines changed

NEWS.rst

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,51 @@
22

33
.. towncrier release notes start
44
5+
towncrier 22.8.0.rc1 (2022-08-28)
6+
=================================
7+
8+
Features
9+
--------
10+
11+
- Make the check subcommand succeed for branches that change the news file
12+
13+
This should enable the ``check`` subcommand to be used as a CI lint step and
14+
not fail when a pull request only modifies the configured news file (i.e. when
15+
the news file is being assembled for the next release). (`#337 <https://github.com/hawkowl/towncrier/issues/337>`_)
16+
- Added support to tables in toml settings, which provides a more intuitive
17+
way to configure custom types. (`#369 <https://github.com/hawkowl/towncrier/issues/369>`_)
18+
- The `towncrier create` command line now has a new `-m TEXT` argument that is used to define the content of the newly created fragment. (`#374 <https://github.com/hawkowl/towncrier/issues/374>`_)
19+
20+
21+
Bugfixes
22+
--------
23+
24+
- The extra newline between the title and rendered content when using ``--draft`` is no longer inserted. (`#105 <https://github.com/hawkowl/towncrier/issues/105>`_)
25+
- The detection of duplicate release notes was fixed and recording changes of same version is no longer triggered.
26+
27+
Support for having the release notes for each version in a separate file is working again. This is a regression introduced in VERSION 19.9.0rc1. (`#391 <https://github.com/hawkowl/towncrier/issues/391>`_)
28+
29+
30+
Improved Documentation
31+
----------------------
32+
33+
- Improve ``CONTRIBUTING.rst`` and add PR template. (`#342 <https://github.com/hawkowl/towncrier/issues/342>`_)
34+
- Move docs too the main branch and document custom fragment types. (`#367 <https://github.com/hawkowl/towncrier/issues/367>`_)
35+
- The CLI help messages were updated to contain more information. (`#384 <https://github.com/hawkowl/towncrier/issues/384>`_)
36+
37+
38+
Deprecations and Removals
39+
-------------------------
40+
41+
- Support for all Python versions older than 3.7 has been dropped. (`#378 <https://github.com/hawkowl/towncrier/issues/378>`_)
42+
43+
44+
Misc
45+
----
46+
47+
- `#292 <https://github.com/hawkowl/towncrier/issues/292>`_, `#330 <https://github.com/hawkowl/towncrier/issues/330>`_, `#366 <https://github.com/hawkowl/towncrier/issues/366>`_, `#376 <https://github.com/hawkowl/towncrier/issues/376>`_, `#377 <https://github.com/hawkowl/towncrier/issues/377>`_, `#380 <https://github.com/hawkowl/towncrier/issues/380>`_, `#381 <https://github.com/hawkowl/towncrier/issues/381>`_, `#382 <https://github.com/hawkowl/towncrier/issues/382>`_, `#383 <https://github.com/hawkowl/towncrier/issues/383>`_, `#393 <https://github.com/hawkowl/towncrier/issues/393>`_, `#399 <https://github.com/hawkowl/towncrier/issues/399>`_, `#402 <https://github.com/hawkowl/towncrier/issues/402>`_
48+
49+
550
towncrier 21.9.0 (2022-02-04)
651
=============================
752

src/towncrier/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
from incremental import Version
99

1010

11-
__version__ = Version("towncrier", 21, 9, 1, dev=0)
11+
__version__ = Version("towncrier", 22, 8, 0, release_candidate=1)
1212
__all__ = ["__version__"]

src/towncrier/newsfragments/105.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/towncrier/newsfragments/292.misc.rst

Whitespace-only changes.

src/towncrier/newsfragments/330.misc

Whitespace-only changes.

src/towncrier/newsfragments/337.feature.rst

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

src/towncrier/newsfragments/342.doc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/towncrier/newsfragments/366.misc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/towncrier/newsfragments/367.doc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/towncrier/newsfragments/369.feature.rst

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

src/towncrier/newsfragments/374.feature.rst

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

src/towncrier/newsfragments/376.misc.rst

Whitespace-only changes.

src/towncrier/newsfragments/377.misc.rst

Whitespace-only changes.

src/towncrier/newsfragments/378.removal.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/towncrier/newsfragments/380.misc.rst

Whitespace-only changes.

src/towncrier/newsfragments/381.misc.rst

Whitespace-only changes.

src/towncrier/newsfragments/382.misc.rst

Whitespace-only changes.

src/towncrier/newsfragments/383.misc.rst

Whitespace-only changes.

src/towncrier/newsfragments/384.doc

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/towncrier/newsfragments/391.bugfix

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

src/towncrier/newsfragments/393.misc.rst

Whitespace-only changes.

src/towncrier/newsfragments/399.misc.rst

Whitespace-only changes.

src/towncrier/newsfragments/402.misc.rst

Whitespace-only changes.

0 commit comments

Comments
 (0)