mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-28 21:07:39 +00:00
Meta changes to snapshots and reviews (#1769)
This commit is contained in:
parent
47aecbca53
commit
842b3e9bf5
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…
x
Reference in New Issue
Block a user