Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dist/install-shim.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# Source of truth for the actual install logic is install.sh on feed/dev,
# rendered into dist/install.sh at release time with __FEED_REF__ substituted
# for the tag being released. See docs/RELEASE_CHECKLIST.md.
# for the tag being released.

set -eo pipefail

Expand Down
106 changes: 0 additions & 106 deletions docs/RELEASE_CHECKLIST.md

This file was deleted.

2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ else
# str.replace count=1), so this assignment is the substitution target.
# The unrendered sentinel below is split across shell concatenation
# so the substitution doesn't match it and the post-render comparison
# stays meaningful. See docs/RELEASE_CHECKLIST.md.
# stays meaningful.
#
# An explicit AIRPLANES_FEED_BRANCH env var still wins (image-build use,
# operator overrides). Source-clone use sources install-update-common.sh,
Expand Down