From 57bb79d7160fde0c6d82aeaae8d6924ecef4b830 Mon Sep 17 00:00:00 2001 From: p4u1 Date: Tue, 12 Dec 2023 15:41:18 +0100 Subject: [PATCH] document releases/next file --- docs/maintainers/handbook.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/maintainers/handbook.md b/docs/maintainers/handbook.md index 49ff2e5b..3116c5eb 100644 --- a/docs/maintainers/handbook.md +++ b/docs/maintainers/handbook.md @@ -396,6 +396,8 @@ mkdir -p releases And then create a text file which corresponds to the version release, e.g. `1.1.0+5.9.0` and write some notes. `abra` will show these when another operator runs `abra app deploy` / `abra app upgrade`. +You can also add release notes for the next release into a special file `releases/next`. This file will be used when running `abra recipe release`. + ## How do I generate the recipe catalogue To generate an entire new copy of the catalogue: