From 1b57e7b648e1cc42d3c269622fa90d3d1e1805c2 Mon Sep 17 00:00:00 2001 From: Lukas Kalbertodt Date: Mon, 23 Oct 2023 13:14:08 +0200 Subject: [PATCH] Adjust release docs to specify explicitly mentioning Paella updates It is very helpful for devops people setting up Tobira as there are lots of relevant changes in Paella that they are interested in. We really can't treat it as a normal dependency like everything else. --- docs/docs/dev/create-release.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/dev/create-release.md b/docs/docs/dev/create-release.md index 2aa6a3a0e..fc077e8f1 100644 --- a/docs/docs/dev/create-release.md +++ b/docs/docs/dev/create-release.md @@ -50,5 +50,6 @@ Otherwise it might be confusing. Some PR titles can be unfit for release notes as they require too much context. Especially in the section for users, try to explain it to technically inclined users. - If an action from the administrator (e.g. resync) is required to use some new features, also note that. +- If Paella was updated, always mention that explicitly. Specify what packages were updated from what version to what other version. - Remove all "by PeterLustig" for all regular contributors to make the release notes less noisy. - If in doubt, check older releases.