Update changelog for 12.0.2

This commit is contained in:
Alexandre Aubin 2024-08-01 18:09:47 +02:00
parent 7a45675f7a
commit 54fd311bec
2 changed files with 11 additions and 1 deletions

10
debian/changelog vendored
View file

@ -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 <alex.aubin@mailoo.org> 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

View file

@ -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 ""