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

Adds a simple release-note builder that scrapes the Github API for recent PRs #7616

Merged
merged 3 commits into from
May 7, 2015

Conversation

brendandburns
Copy link
Contributor

@roberthbailey

Closes #6213

Possibly worth automating further, but this will help standardize and organize.

@roberthbailey roberthbailey self-assigned this May 1, 2015
GOPATH=$PWD go get github.com/google/go-querystring
GOPATH=$PWD go build release-notes.go

./release-notes --laste-release-pr=<pr # of the previous release>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be "last-release-pr"

exit 1
fi

set -o nounset
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please move this to the top and use [[ -z "${1:-}" ]]; in the above check.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done.

@roberthbailey
Copy link
Contributor

Travis and shippable are both unhappy with your change, failing trying to install godeps. Maybe you need to bite the bullet now and get the dependencies into our godeps tree....

@brendandburns
Copy link
Contributor Author

@roberthbailey does this look good to merge? Shippable failure is a flake.

@roberthbailey
Copy link
Contributor

Yes. LGTM.

roberthbailey added a commit that referenced this pull request May 7, 2015
Adds a simple release-note builder that scrapes the Github API for recent PRs
@roberthbailey roberthbailey merged commit e5b9f74 into kubernetes:master May 7, 2015
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.

a note about documentation/communication/change management workflow
3 participants