make_changelog: mark as 'stable' by default because it's been ages since we had real testings

This commit is contained in:
Alexandre Aubin 2024-06-10 12:33:39 +02:00
parent 697a33574b
commit d2d0af27cf

View file

@ -1,5 +1,5 @@
VERSION="?" VERSION="?"
RELEASE="testing" RELEASE="stable"
REPO=$(basename $(git rev-parse --show-toplevel)) REPO=$(basename $(git rev-parse --show-toplevel))
REPO_URL=$(git remote get-url origin) REPO_URL=$(git remote get-url origin)
ME=$(git config --get user.name) ME=$(git config --get user.name)