Skip to content

Fix stale script names in release wrapper#7175

Draft
fallintoplace wants to merge 1 commit into
yarnpkg:masterfrom
fallintoplace:fix-release-wrapper-script-names
Draft

Fix stale script names in release wrapper#7175
fallintoplace wants to merge 1 commit into
yarnpkg:masterfrom
fallintoplace:fix-release-wrapper-script-names

Conversation

@fallintoplace
Copy link
Copy Markdown

Summary

Fix scripts/release/00-release.sh so it calls the numbered release scripts that exist in scripts/release/.

Root cause

The release wrapper still referenced the old unnumbered names (release-tags.sh and release-builds.sh), but the repository now ships 01-release-tags.sh and 02-release-builds.sh instead.

Fix

  • call 01-release-tags.sh from 00-release.sh
  • call 02-release-builds.sh from 00-release.sh

Verification

  • bash -n scripts/release/00-release.sh
  • confirmed scripts/release/ contains 01-release-tags.sh and 02-release-builds.sh and not the old unnumbered files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant