mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-01 23:29:12 +01:00
1171069ced
It is not for the developer to keep them sorted in a hierarchy when the release they belong to can be deduced from the tag of the release into which they were merged. The release notes assistant does that work instead. Some files appeared in more than one directory (feat and fix for instance) when the PR contains multiple unrelated commits which is what happens on a regular basis with the weekly cherry-pick of Gitea. Those files were merged into one and each line changed to start with a conventional commit prefix (feat: fix:). Each line in a file will be a separate line in the release notes, they are not groupped together even when they relate to the same PR. The determination of the category in which they should be displayed will be based on regular expressions using either the PR title or the line to add to the release notes itself. Unify the content of each file to either be a bullet list of independent pull requests or be folded into a single line if it is multiline. Multiline content belongs to the documentation. Refs: https://code.forgejo.org/forgejo/release-notes-assistant Refs: https://www.conventionalcommits.org/en/v1.0.0/
18 lines
1.5 KiB
Markdown
18 lines
1.5 KiB
Markdown
- With the go-enry upgrade to [v2.8.8](https://github.com/go-enry/go-enry/releases/tag/v2.8.8), language detection in the repository [now includes](https://github.com/github-linguist/linguist/releases/tag/v7.29.0):
|
|
- New languages
|
|
- [Roc](https://github.com/github-linguist/linguist/pull/6633)
|
|
- [BitBake](https://github.com/github-linguist/linguist/pull/6665) with `.bbappend`, `.bbclass` and `.inc` extensions
|
|
- [Glimmer TS](https://github.com/github-linguist/linguist/pull/6680)
|
|
- [Edge](https://github.com/github-linguist/linguist/pull/6695)
|
|
- [Pip Requirements](https://github.com/github-linguist/linguist/pull/6739)
|
|
- [Mojo](https://github.com/github-linguist/linguist/pull/6400)
|
|
- [Slint](https://github.com/github-linguist/linguist/pull/6750)
|
|
- [Oberon](https://github.com/github-linguist/linguist/pull/4645)
|
|
- New data formats
|
|
- [TextGrid](https://github.com/github-linguist/linguist/pull/6719)
|
|
- File names and extensions:
|
|
- The [rebornix.Ruby extension is deprecated in favor of Shopify.ruby-lsp](https://github.com/github-linguist/linguist/pull/6738)
|
|
- [Add .bicepparam to list of Bicep file extensions](https://github.com/github-linguist/linguist/pull/6664)
|
|
- [Add cs.pp extension to C#](https://github.com/github-linguist/linguist/pull/6679)
|
|
- [Add tmux.conf and .tmux.conf as shell filenames](https://github.com/github-linguist/linguist/pull/6726)
|
|
- [Add .env.sample as Dotenv filename](https://github.com/github-linguist/linguist/pull/6732)
|