diff --git a/.github/ISSUE_TEMPLATE/release-checklist.md b/.github/ISSUE_TEMPLATE/release-checklist.md index e068b6594..de5a64fd9 100644 --- a/.github/ISSUE_TEMPLATE/release-checklist.md +++ b/.github/ISSUE_TEMPLATE/release-checklist.md @@ -54,6 +54,7 @@ Push access to the upstream repository is required in order to publish the new t - assemble vendor archive: - [ ] `cargo vendor target/vendor` + - [ ] `rm -rf vendor/winapi*gnu*/lib/*.a` - [ ] `tar -czf target/coreos-installer-${RELEASE_VER}-vendor.tar.gz -C target vendor` - publish this release on GitHub: