Meta changes to snapshots and reviews (#1769)
This commit is contained in:
parent
47aecbca53
commit
842b3e9bf5
2 changed files with 1 additions and 3 deletions
|
@ -38,7 +38,7 @@ function create_release() {
|
|||
CHANGELOG_FILE="$(mktemp)"
|
||||
echo "Latest release for APS from revision ${CURRENT_REV}" | tee "${CHANGELOG_FILE}"
|
||||
pushd "${ASSET_DIRECTORY}" || return
|
||||
gh release create --title "Latest snapshot build" -F "${CHANGELOG_FILE}" "${LATEST_TAG}" ./*
|
||||
gh release create --prerelease --title "Latest snapshot build" --notes-file "${CHANGELOG_FILE}" "${LATEST_TAG}" ./*
|
||||
popd || return
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue