release.sh: Replace notepad to code

How to Install command in PATH?
See: https://www.jianshu.com/p/f9632ade732d
This commit is contained in:
Calcitem 2021-07-11 20:06:28 +08:00
parent 57695f8869
commit 19cc17215c
No known key found for this signature in database
GPG Key ID: C596FAD04B1A465B
1 changed files with 4 additions and 4 deletions

View File

@ -87,10 +87,10 @@ echo "* Versionshinweise." >> $DE_CHANGLOG_DIR/${BUILD_NUMBER}.txt
echo "* Notas de publicación." >> $ES_CHANGLOG_DIR/${BUILD_NUMBER}.txt
echo "* 发布说明。" >> $ZH_CHANGLOG_DIR/${BUILD_NUMBER}.txt
notepad $EN_CHANGLOG_DIR/${BUILD_NUMBER}.txt
notepad $DE_CHANGLOG_DIR/${BUILD_NUMBER}.txt
notepad $ES_CHANGLOG_DIR/${BUILD_NUMBER}.txt
notepad $ZH_CHANGLOG_DIR/${BUILD_NUMBER}.txt
code $EN_CHANGLOG_DIR/${BUILD_NUMBER}.txt
code $DE_CHANGLOG_DIR/${BUILD_NUMBER}.txt
code $ES_CHANGLOG_DIR/${BUILD_NUMBER}.txt
code $ZH_CHANGLOG_DIR/${BUILD_NUMBER}.txt
# Git commit
git status -s