-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: reorder automated archival steps #2223
chore: reorder automated archival steps #2223
Conversation
… before the more readable changes
hacks/isolateVersion/allSteps.sh
Outdated
if [[ "$script_index" == 2 || -z "$script_index" ]]; then | ||
source $script_directory/1-deleteOtherVersions.sh | ||
fi | ||
|
||
if [[ "$script_index" == 2 || -z "$script_index" ]]; then | ||
source $script_directory/2-deleteOtherVersions.sh | ||
if [[ "$script_index" == 1 || -z "$script_index" ]]; then | ||
source $script_directory/2-reduceVersionManifest.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the index here right? The should be mismatched with the source?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I definitely screwed something up -- I'll fix!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just like I screwed up that second sentence 😆 Thank you for interpreting my gibberish.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed in latest commit!
Description
Part of #1173.
Reorders the automated archival steps, so that it's easier to open a PR with just the massive deletion changes, followed by a PR for the more digestible changes.
When should this change go live?
hold
label or convert to draft PR)?PR Checklist
/versioned_docs
directory, or they are not for an already released version./docs
directory (aka/next/
), or they are not for future versions.