mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-12-26 11:17:44 +01:00
fix[script]: Optimize changelog.sh
Signed-off-by: Herman Chen <herman.chen@rock-chips.com> Change-Id: I5029f2f57bfffc1b8331665b7dcf8a10523b457e
This commit is contained in:
parent
b4be2b722a
commit
7c721dca78
1 changed files with 2 additions and 0 deletions
|
|
@ -218,5 +218,7 @@ echo -e "${prev_changelog}" >> ${changelog_file}
|
|||
# add CHANGELOG.md
|
||||
git add ${changelog_file}
|
||||
git commit --amend -C ${curr_ver}
|
||||
# update tag message
|
||||
git tag -f ${version_tag} -m "${version_tag} version at ${tag_date}"
|
||||
|
||||
IFS=$OLDIFS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue