CI: add release notes
This commit is contained in:
parent
96d2e5c7d4
commit
d7d54cb25f
2 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,7 @@ pipeline:
|
|||
api_key:
|
||||
from_secret: gitea_token
|
||||
base_url: https://gitea.zionetrix.net
|
||||
note: dist/release_notes.md
|
||||
files:
|
||||
- dist/check-slapdd-crc32-*/check_slapdd_crc32
|
||||
- dist/*.deb
|
||||
|
|
1
build.sh
1
build.sh
|
@ -48,6 +48,7 @@ gitdch \
|
|||
--version "${VERSION}" \
|
||||
--code-name $DEBIAN_CODENAME \
|
||||
--output $BDIR/debian/changelog \
|
||||
--release-notes dist/release_notes.md \
|
||||
"${GITDCH_ARGS[@]}"
|
||||
|
||||
if [ -n "$MAINTAINER_NAME" -a -n "$MAINTAINER_EMAIL" ]
|
||||
|
|
Loading…
Reference in a new issue