-
Notifications
You must be signed in to change notification settings - Fork 131
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: Add script to deprecate old versions #1161
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Size Change: 0 B Total Size: 972 kB ℹ️ View Unchanged
|
robbie-c
force-pushed
the
add-script-to-deprecate-old-versions
branch
from
May 2, 2024 17:15
7cb6e3f
to
0b1a10a
Compare
robbie-c
changed the title
Add script to deprecate old versions
chore: Add script to deprecate old versions
May 2, 2024
robbie-c
force-pushed
the
add-script-to-deprecate-old-versions
branch
from
May 3, 2024 07:44
2cdd2db
to
9b2b24a
Compare
benjackwhite
approved these changes
May 3, 2024
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.
Nice! annoying that it requires 2fa but at least this is clearly documentable in that sense
robbie-c
force-pushed
the
add-script-to-deprecate-old-versions
branch
from
May 3, 2024 08:54
293921d
to
543b7d3
Compare
robbie-c
force-pushed
the
add-script-to-deprecate-old-versions
branch
from
May 3, 2024 09:11
543b7d3
to
9b2b24a
Compare
This was referenced May 28, 2024
This was referenced Jun 11, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes
Add a script to deprecate old versions. We can deprecate versions before a certain semver and that are older than a certain number of days!
Very intentionally does not deprecate the current version 🙃
Runs in
dry-run
mode by default.I think maybe only @timgl can run this... doesn't look like you can automate as it requires 2fa
Checklist
n/a