mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Update make_changelog.sh
This commit is contained in:
parent
e01c7dcb00
commit
5c00fdf976
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ VERSION="?"
|
|||
RELEASE="testing"
|
||||
REPO=$(basename $(git rev-parse --show-toplevel))
|
||||
REPO_URL=$(git remote get-url origin)
|
||||
ME=$(git config --global --get user.name)
|
||||
EMAIL=$(git config --global --get user.email)
|
||||
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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue