-
-
Notifications
You must be signed in to change notification settings - Fork 652
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
Update code/docs referencing old docs processes #20435
Conversation
@@ -97,33 +97,7 @@ $ git checkout -b 2.9.x | |||
$ git push upstream 2.9.x | |||
``` | |||
|
|||
## Step 2: Update this docs site |
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.
In a separate PR I'll edit the release
workflow to trigger a docs sync at the end of a release.
@@ -9,7 +9,6 @@ python_sources( | |||
dependencies=[":plugins"], | |||
) | |||
|
|||
# NOTE: When adding a new backend, add it to `generate_docs.py` too! (If stable enough for docs) |
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.
Reminder that the new workflow just enables everything.
One less list to rememeber forget to add to!
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.
🎉
@@ -151,7 +125,7 @@ Run this script as a basic smoke test: | |||
|
|||
You should also check [GitHub Releases](https://github.com/pantsbuild/pants/releases) to ensure everything looks good. Find the version you released, then click it and confirm that the "Assets" list includes PEXes for macOS and Linux. | |||
|
|||
## Step 5: Run release testing on public repositories | |||
## Step 4: Run release testing on public repositories |
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 love the reduction in number of steps. Let's get that down to 1!!
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.
You were saying? (Down to 4 steps 😛 )
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.
Sweet!
I tried to automatically cherry-pick this change back to each relevant milestone, so that it is available in those older releases of Pants. ❌ 2.19.xI was unable to cherry-pick this PR to 2.19.x, likely due to merge-conflicts. Steps to Cherry-Pick locallyTo resolve:
Please note that I cannot re-run CI if a job fails. Please work with your PR approver(s) to re-run CI if necessary. When you're done manually cherry-picking, please remove the Thanks again for your contributions! |
This change rips out old code/docs that were relevant to the old readme.com docs site, and replaces it with whatever is relevant with the new docs site (or just leaves the dead bits).
… (#20439) This change rips out old code/docs that were relevant to the old readme.com docs site, and replaces it with whatever is relevant with the new docs site (or just leaves the dead bits).
This change rips out old code/docs that were relevant to the old readme.com docs site, and replaces it with whatever is relevant with the new docs site (or just leaves the dead bits).