Skip to content
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

Release Notes Scraper #7

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

jacobbullock
Copy link

This is just the source for the Golang script to scrape the release notes.

You need to have go installed to build it. I didn't include the binary because it's ~16mb

$ go build scrape-release-notes.go
$ ./scrape-releaes-notes -version=11_5 -build=beta1 -surl=xcode_11_5_beta_release_notes

That will generate a json file in output/11_5

This will need to be copied over to xcodereleases.com repo. More information about that will be in a PR on that repo

…tml object, instead of each piece, updated property name to more accurately reflect what is being captured
@jacobbullock
Copy link
Author

@xcodereleases I updated this script to simplify the json object that is generated. I think this works more efficiently now and should be good enough for the rest of the 11_5 betas 🤞

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