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
2
.github/CODEOWNERS
vendored
2
.github/CODEOWNERS
vendored
|
@ -1,2 +0,0 @@
|
|||
# Catch-all rule for the project
|
||||
* @android-password-store/devs
|
|
@ -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…
Reference in a new issue