From c0f20a4e0a24abc00d1f783b61c3adc42a3c3c00 Mon Sep 17 00:00:00 2001
From: Earl Warren <contact@earl-warren.org>
Date: Mon, 15 Jul 2024 20:52:37 +0200
Subject: [PATCH] docs(release-notes): proofread multiline release-notes files

It is not yet possible to manually edit them in the release notes
because the release notes assistant does not support that.
---
 release-notes/3363.md |  7 +------
 release-notes/3616.md | 10 ----------
 release-notes/3729.md |  4 ++--
 release-notes/3752.md |  1 +
 release-notes/3847.md |  4 +---
 release-notes/3917.md |  3 +--
 release-notes/3989.md |  9 ++++-----
 release-notes/4072.md |  4 ++--
 release-notes/4083.md |  6 +++---
 release-notes/4139.md |  6 +-----
 release-notes/4145.md | 10 +++++-----
 11 files changed, 21 insertions(+), 43 deletions(-)
 delete mode 100644 release-notes/3616.md
 create mode 100644 release-notes/3752.md

diff --git a/release-notes/3363.md b/release-notes/3363.md
index 65b516cabc..426a44ac08 100644
--- a/release-notes/3363.md
+++ b/release-notes/3363.md
@@ -1,6 +1 @@
-Reverted the rootless container image path in `GITEA_APP_INI` from
-`/etc/gitea/app.ini` to its default value of
-`/var/lib/gitea/custom/conf/app.ini`. This allows container users to not have
-to mount two separate volumes (one for the configuration data and one for the
-configuration `.ini` file). A warning is issued for users with the legacy
-configuration on how to update to the new path.
+Reverted the rootless container image path in `GITEA_APP_INI` from `/etc/gitea/app.ini` to its default value of `/var/lib/gitea/custom/conf/app.ini`. This allows container users to not have to mount two separate volumes (one for the configuration data and one for the configuration `.ini` file). A warning is issued for users with the legacy configuration on how to update to the new path.
diff --git a/release-notes/3616.md b/release-notes/3616.md
deleted file mode 100644
index fdeb470cf0..0000000000
--- a/release-notes/3616.md
+++ /dev/null
@@ -1,10 +0,0 @@
-There are a couple of new configs to define the name of the instance.
-The more important is `APP_SLOGAN`. It permits to configure a slogan for the site and it is optional.
-The other is `APP_DISPLAY_NAME_FORMAT` and permits to customize the aspect of the full display name for the instance used in some parts of the UI as:
-
-- Title page.
-- Homepage head title.
-- Open Graph site and title meta tags.
-
-Its default value is `APP_NAME: APP_SLOGAN`.
-The config `APP_DISPLAY_NAME_FORMAT` is used only if `APP_SLOGAN` is set otherwise the full display name shows only `APP_NAME` value.
diff --git a/release-notes/3729.md b/release-notes/3729.md
index e44207e3b6..6074f0e850 100644
--- a/release-notes/3729.md
+++ b/release-notes/3729.md
@@ -1,2 +1,2 @@
-- feat: [PR](https://github.com/go-gitea/gitea/pull/30874): add actions-artifacts to the [storage migrate CLI](https://forgejo.org/docs/v8.0/admin/command-line/#migrate).
-- fix: [PR](https://github.com/go-gitea/gitea/pull/30715): pull request search shows closed pull requests in the open tab
+- feat: [commit](https://codeberg.org/forgejo/forgejo/commit/7028fe0b4d89c045b64ae891d2716e89965bc012): add actions-artifacts to the [storage migrate CLI](https://forgejo.org/docs/v8.0/admin/command-line/#migrate).
+- fix: [commit](https://codeberg.org/forgejo/forgejo/commit/8f0f6bf89cdcd12cd4daa761aa259fdba7e32b50): pull request search shows closed pull requests in the open tab.
diff --git a/release-notes/3752.md b/release-notes/3752.md
new file mode 100644
index 0000000000..358b31a7c7
--- /dev/null
+++ b/release-notes/3752.md
@@ -0,0 +1 @@
+There are a couple of new configs to define the name of the instance. The more important is `APP_SLOGAN`. It permits to configure a slogan for the site and it is optional. The other is `APP_DISPLAY_NAME_FORMAT` and permits to customize the aspect of the full display name for the instance used in some parts of the UI as: (i) Title page, (ii) Homepage head title (ii) Open Graph site and title meta tags. Its default value is `APP_NAME: APP_SLOGAN`. The config `APP_DISPLAY_NAME_FORMAT` is used only if `APP_SLOGAN` is set otherwise the full display name shows only `APP_NAME` value.
diff --git a/release-notes/3847.md b/release-notes/3847.md
index 3ff9e872d7..8467a72271 100644
--- a/release-notes/3847.md
+++ b/release-notes/3847.md
@@ -1,3 +1 @@
-Basic wiki content search using git-grep
-    - The search results include the first ten matched files
-    - Only the first three matches per file are displayed
+Basic wiki content search using git-grep. The search results include the first ten matched files. Only the first three matches per file are displayed.
diff --git a/release-notes/3917.md b/release-notes/3917.md
index 535fbab224..4e551adf83 100644
--- a/release-notes/3917.md
+++ b/release-notes/3917.md
@@ -1,2 +1 @@
-- Support [setting the default attribute of the issue template dropdown field](https://codeberg.org/forgejo/forgejo/commit/df15abd07264138fd07e003d0cf056f7da514b8f)
-- [Return access_denied error when an OAuth2 request is denied](https://codeberg.org/forgejo/forgejo/commit/886a675f62233dcde3ac0d7b2181484f29344f26)
+support [setting the default attribute of the issue template dropdown field](https://codeberg.org/forgejo/forgejo/commit/df15abd07264138fd07e003d0cf056f7da514b8f)
diff --git a/release-notes/3989.md b/release-notes/3989.md
index 452407c05d..005729690e 100644
--- a/release-notes/3989.md
+++ b/release-notes/3989.md
@@ -1,5 +1,4 @@
-- feat: API endpoints that return a repository now [also include the topics](https://codeberg.org/forgejo/forgejo/commit/ee2247d77c0b13b0b45df704d7589b541db03899)
-- feat: Display an error when an issue comment is [edited simultaneously by two users](https://codeberg.org/forgejo/forgejo/commit/ca0921a95aa9a37d8820538458c15fd0a3b0c97c) instead of silently overriding one of them
-- feat: Add [support for a credentials chain for minio](https://codeberg.org/forgejo/forgejo/commit/73706ae26d138684ef9da9e1164846a040fd4a7d)
-- feat: [Rename project board into column](https://codeberg.org/forgejo/forgejo/commit/a7591f9738dbefb2dcddeb2d45175abee3d03c1f) because it was confusing to users
-- feat(perf): improve performances when [retrieving pull requests via the API](https://codeberg.org/forgejo/forgejo/commit/47a2102694c47bc30a2a7c673c328471839ef206)
+- feat: API endpoints that return a repository now [also include the topics](https://codeberg.org/forgejo/forgejo/commit/ee2247d77c0b13b0b45df704d7589b541db03899).
+- feat: display an error when an issue comment is [edited simultaneously by two users](https://codeberg.org/forgejo/forgejo/commit/ca0921a95aa9a37d8820538458c15fd0a3b0c97c) instead of silently overriding one of them.
+- feat: add [support for a credentials chain for minio](https://codeberg.org/forgejo/forgejo/commit/73706ae26d138684ef9da9e1164846a040fd4a7d).
+- feat(perf): improve performances when [retrieving pull requests via the API](https://codeberg.org/forgejo/forgejo/commit/47a2102694c47bc30a2a7c673c328471839ef206).
diff --git a/release-notes/4072.md b/release-notes/4072.md
index 3f3b655f37..8e28b73b31 100644
--- a/release-notes/4072.md
+++ b/release-notes/4072.md
@@ -1,2 +1,2 @@
-- Added Enter key handling to the new Markdown editor ([#4072](https://codeberg.org/forgejo/forgejo/pulls/4072)): Pressing Enter while in a list, quote or code block will copy the prefix to the new line - Ordered list index will be increased for the new line, and task list "checkbox" will be unchecked.
-- Added indent/unindent function for a line or selection. Currently available as toolbar buttons ([#4263](https://codeberg.org/forgejo/forgejo/pulls/4263))
+- Added Enter key handling to the new Markdown editor: Pressing Enter while in a list, quote or code block will copy the prefix to the new line - Ordered list index will be increased for the new line, and task list "checkbox" will be unchecked.
+- Added indent/unindent function for a line or selection. Currently available as toolbar buttons ([#4263](https://codeberg.org/forgejo/forgejo/pulls/4263)).
diff --git a/release-notes/4083.md b/release-notes/4083.md
index ab7501dd43..0a9e3b3c91 100644
--- a/release-notes/4083.md
+++ b/release-notes/4083.md
@@ -1,3 +1,3 @@
-- add [Reviewed-on and Reviewed-by variables](https://codeberg.org/forgejo/forgejo/commit/4ddd9af50fbfcfb2ebf629697a803b3bce56c4af) to the merge template
-- [add the `[ui.csv].MAX_ROWS` setting](https://codeberg.org/forgejo/forgejo/commit/433b6c6910f8699dc41787ef8f5148b122b4677e) to avoid displaying a large number of lines (defaults to 2500)
-- [add a setting to override or add headers of all outgoing emails](https://codeberg.org/forgejo/forgejo/commit/1d4bff4f65d5e4a3969871ef91d3612daf272b45), for instance `Reply-To` or `In-Reply-To`
+- feat: add [Reviewed-on and Reviewed-by variables](https://codeberg.org/forgejo/forgejo/commit/4ddd9af50fbfcfb2ebf629697a803b3bce56c4af) to the merge template.
+- feat(perf): [add the `[ui.csv].MAX_ROWS` setting](https://codeberg.org/forgejo/forgejo/commit/433b6c6910f8699dc41787ef8f5148b122b4677e) to avoid displaying a large number of lines (defaults to 2500).
+- feat: [add a setting to override or add headers of all outgoing emails](https://codeberg.org/forgejo/forgejo/commit/1d4bff4f65d5e4a3969871ef91d3612daf272b45), for instance `Reply-To` or `In-Reply-To`.
diff --git a/release-notes/4139.md b/release-notes/4139.md
index 116a36d881..a85aac90e0 100644
--- a/release-notes/4139.md
+++ b/release-notes/4139.md
@@ -1,5 +1 @@
-Reorder repo tabs for better UX:
-- Actions is now the last tab
-- Packages are located after Releases
-- This puts Projects after Pull requests
-(tab positions may depend on which units are enabled in the repo)
+reorder repo tabs for better UX: (i) `Actions` is now the last tab (ii) `Packages` are located after Releases (iii) this puts Projects after Pull requests. (tab positions may depend on which units are enabled in the repo).
diff --git a/release-notes/4145.md b/release-notes/4145.md
index 2f6af7346b..77eb126bb9 100644
--- a/release-notes/4145.md
+++ b/release-notes/4145.md
@@ -1,6 +1,6 @@
-- feat(perf): [commit](https://codeberg.org/forgejo/forgejo/commit/358cd67c4f316f2d4f1d3be6dcb891dc04a2ff07) reduce memory usage for chunked artifact uploads to S3
+- feat(perf): [commit](https://codeberg.org/forgejo/forgejo/commit/358cd67c4f316f2d4f1d3be6dcb891dc04a2ff07) reduce memory usage for chunked artifact uploads to S3.
 - feat: [commit](https://codeberg.org/forgejo/forgejo/commit/b60e3ac7b4aeeb9b8760f43eea9576c0e23309e9) allow downloading draft releases assets.
-- feat: [commit](https://codeberg.org/forgejo/forgejo/commit/1fca15529ac8fefb60d86b0c1f4bec8dae9a8566) API endpoints for managing tag protection
-- feat: [commit](https://codeberg.org/forgejo/forgejo/commit/4334c705b5f9388b16af23c7e75a69d027d07d5e) extract and display readme and comments for Composer packages
-- fix: [commit](https://codeberg.org/forgejo/forgejo/commit/364922c6e4f28264add9e2501a352c25ad6a0993) when a repository is adopted, its object format is not set in the database
-- fix: [commit](https://codeberg.org/forgejo/forgejo/commit/e7f332a55d6a48a3f3b4f2bfa43d18455ac00acc) during a migration from bitbucket, LFS downloads fail
+- feat: [commit](https://codeberg.org/forgejo/forgejo/commit/1fca15529ac8fefb60d86b0c1f4bec8dae9a8566) API endpoints for managing tag protection.
+- feat: [commit](https://codeberg.org/forgejo/forgejo/commit/4334c705b5f9388b16af23c7e75a69d027d07d5e) extract and display readme and comments for Composer packages.
+- fix: [commit](https://codeberg.org/forgejo/forgejo/commit/364922c6e4f28264add9e2501a352c25ad6a0993) when a repository is adopted, its object format is not set in the database.
+- fix: [commit](https://codeberg.org/forgejo/forgejo/commit/e7f332a55d6a48a3f3b4f2bfa43d18455ac00acc) during a migration from bitbucket, LFS downloads fail.