From 54fd311bec580c5402ac885f3124c831a81ffa1f Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Thu, 1 Aug 2024 18:09:47 +0200 Subject: [PATCH] Update changelog for 12.0.2 --- debian/changelog | 10 ++++++++++ maintenance/make_changelog.sh | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 6b61123d6..00cb79b70 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +yunohost (12.0.2) testing; urgency=low + + - Cleanup redis regen conf since redis ain't installed by default anymore (7b50c4eb6) + - bullseye->bookworm: add a trick to flag the migration as done if it's still marked as pending (0503a38a7) + - Sync with main branch + + Thanks to all contributors <3 ! (Kayou) + + -- Alexandre Aubin Thu, 01 Aug 2024 18:08:33 +0200 + yunohost (12.0.1) testing; urgency=low - The user portal and SSO system have been reworked and split into three distinct pieces diff --git a/maintenance/make_changelog.sh b/maintenance/make_changelog.sh index a24ccb08c..b67c1dedd 100644 --- a/maintenance/make_changelog.sh +++ b/maintenance/make_changelog.sh @@ -5,7 +5,7 @@ REPO_URL=$(git remote get-url origin) ME=$(git config --get user.name) EMAIL=$(git config --get user.email) -LAST_RELEASE=$(git tag --list 'debian/11.*' --sort="v:refname" | tail -n 1) +LAST_RELEASE=$(git tag --list 'debian/12.*' --sort="v:refname" | tail -n 1) echo "$REPO ($VERSION) $RELEASE; urgency=low" echo ""