mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-28 23:40:22 +00:00
fix changelog link in dev builds
This commit is contained in:
parent
7ef1a705be
commit
41ae5d8981
1 changed files with 1 additions and 1 deletions
|
@ -538,7 +538,7 @@ steps:
|
||||||
- rm -f changelogcut.txt
|
- rm -f changelogcut.txt
|
||||||
- rm -f changelogcutfin.txt
|
- rm -f changelogcutfin.txt
|
||||||
- echo '' >> changelogready.txt
|
- echo '' >> changelogready.txt
|
||||||
- echo '## [Read full changelog](https://github.com/DarkFlippers/unleashed-firmware/releases/tag/'${DRONE_TAG}')' >> changelogready.txt
|
- echo '## [Read full changelog](https://github.com/DarkFlippers/unleashed-firmware/blob/dev/CHANGELOG.md)' >> changelogready.txt
|
||||||
- sed -i 's/(buildnum)/'${DRONE_BUILD_NUMBER}'/g' .ci_files/devbuild_msg_discord.txt
|
- sed -i 's/(buildnum)/'${DRONE_BUILD_NUMBER}'/g' .ci_files/devbuild_msg_discord.txt
|
||||||
- sed -i 's/(commitsha)/'${DRONE_COMMIT_SHA}'/g' .ci_files/devbuild_msg_discord.txt
|
- sed -i 's/(commitsha)/'${DRONE_COMMIT_SHA}'/g' .ci_files/devbuild_msg_discord.txt
|
||||||
- sed -i 's/(buildnum)/'${DRONE_BUILD_NUMBER}'/g' .ci_files/devbuild_msg_telegram.txt
|
- sed -i 's/(buildnum)/'${DRONE_BUILD_NUMBER}'/g' .ci_files/devbuild_msg_telegram.txt
|
||||||
|
|
Loading…
Reference in a new issue