mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-14 17:24:08 +00:00
c886b72ae7
Changelog management was starting to be a hassle: - there were conflicts every time a PR was merged - there were conflicts every time we merged the nightly branch in the new release branch, or vice versa. Now, all changelog entries are stored as separate files in changelog.d, including nightly. Nightly entries will be collected for every major release.
12 lines
751 B
Django/Jinja
12 lines
751 B
Django/Jinja
<!--
|
|
Create a changelog entry for every new user-facing change. Please respect the following instructions:
|
|
- Indicate breaking changes by prepending an explosion 💥 character.
|
|
- Prefix your changes with either [Bugfix], [Improvement], [Feature], [Security], [Deprecation].
|
|
- You may optionally append "(by @<author>)" at the end of the line, where "<author>" is either one (just one)
|
|
of your GitHub username, real name or affiliated organization. These affiliations will be displayed in
|
|
the release notes for every release.
|
|
-->
|
|
|
|
<!-- - 💥[Feature] Foobarize the blorginator. This breaks plugins by renaming the `FOO_DO` filter to `BAR_DO`. (by @regisb) -->
|
|
<!-- - [Improvement] This is a non-breaking change. Life is good. (by @billgates) -->
|