Skip to content

Conversation

@tseaver
Copy link
Contributor

@tseaver tseaver commented May 16, 2016

$ git log -1 --pretty=%H
e38b28e2972aeaf32e788850fd4b930c1f5f4a42
$ git log 0.13.0..HEAD | grep 'Merge pull request ' |  awk -F ' ' '{print $4}' | sort

#1690
#1741
#1745
#1746
#1747
#1748
#1750
#1751
#1752
#1753
#1757
#1758
#1759
#1764
#1765
#1769
#1773
#1776
#1779
#1780
#1782
#1785
#1794
#1795
#1798

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label May 16, 2016
@dhermes
Copy link
Contributor

dhermes commented May 16, 2016

LGTM. Release notes to review?

@tseaver
Copy link
Contributor Author

tseaver commented May 16, 2016

Excluded from release notes:
#1745
#1759
#1780
#1798

Draft Release Notes


Core

Search API

Monitoring API

Logging API

Pubsub API

DNS API

Bigtable API / Happybase

BigQuery API

Datastore API

@dhermes
Copy link
Contributor

dhermes commented May 16, 2016

Release notes LG but I don't think "Add Travis Build ID to resource names created by system tests" is necessary

@dhermes
Copy link
Contributor

dhermes commented May 16, 2016

@tseaver Just noticed #1758 was left out. That's actually a "bug" fix worth noting.

@dhermes
Copy link
Contributor

dhermes commented May 16, 2016

Ditto on #1751, #1752, #1776, #1779, #1785 being user facing

@tseaver
Copy link
Contributor Author

tseaver commented May 16, 2016

@dhermes I was in the midst of editing them.

I don't know how you normally handle the post-merge release process. I would probably create a tag, push it to this repo, and then copy the release notes onto the "Releases" tab entry.

@dhermes
Copy link
Contributor

dhermes commented May 16, 2016

Post merge I create a tag via:

$ git tag 0.14.0
$ git push official 0.14.0  # I believe you call the remote "upstream"

and then visit https://github.com/GoogleCloudPlatform/gcloud-python/releases/edit/0.14.0 and manually paste the release notes

@tseaver
Copy link
Contributor Author

tseaver commented May 16, 2016

I rebased to pick up #1797, and will merge, tag and edit the release once Travis passes.

@tseaver tseaver merged commit f8ddb2a into googleapis:master May 16, 2016
@tseaver tseaver deleted the cut-0.14.0 branch May 16, 2016 22:11
parthea added a commit that referenced this pull request Nov 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement. packaging

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants