CI: add release notes
This commit is contained in:
parent
31eeff367c
commit
68729f301f
2 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,7 @@ pipeline:
|
||||||
api_key:
|
api_key:
|
||||||
from_secret: gitea_token
|
from_secret: gitea_token
|
||||||
base_url: https://gitea.zionetrix.net
|
base_url: https://gitea.zionetrix.net
|
||||||
|
note: dist/release_notes.md
|
||||||
files:
|
files:
|
||||||
- dist/*
|
- dist/*
|
||||||
- deb_dist/*.deb
|
- deb_dist/*.deb
|
||||||
|
|
1
build.sh
1
build.sh
|
@ -90,6 +90,7 @@ $GITDCH \
|
||||||
--version "${VERSION}" \
|
--version "${VERSION}" \
|
||||||
--code-name $DEBIAN_CODENAME \
|
--code-name $DEBIAN_CODENAME \
|
||||||
--output debian/changelog \
|
--output debian/changelog \
|
||||||
|
--release-notes dist/release_notes.md \
|
||||||
--path ../../ \
|
--path ../../ \
|
||||||
"${GITDCH_ARGS[@]}"
|
"${GITDCH_ARGS[@]}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue