Skip to content
This repository has been archived by the owner on Jan 18, 2025. It is now read-only.

Allow Travis to auto-release #213

Closed
dhermes opened this issue Jul 2, 2015 · 2 comments
Closed

Allow Travis to auto-release #213

dhermes opened this issue Jul 2, 2015 · 2 comments

Comments

@dhermes
Copy link
Contributor

dhermes commented Jul 2, 2015

See #208 for a discussion about release.

See https://github.com/GoogleCloudPlatform/gcloud-python/blob/bb25b9e924c12c648c3b5ac50d5bdc18409b2a5a/.travis.yml#L24-L33 for an example and http://docs.travis-ci.com/user/deployment/pypi/ for docs.

@dhermes
Copy link
Contributor Author

dhermes commented Jul 2, 2015

Via https://pypi.python.org/pypi/oauth2client:

Package Index Owner: jcgregorio, Craig.Citro, Nathaniel.Manista

@dhermes
Copy link
Contributor Author

dhermes commented Jul 2, 2015

$ git log -1 --pretty=%H
df10cf707b5b32b4bab2c2607c772a46a92a2070
$ git log v1.4.11..HEAD \
> | grep 'Merge pull request ' \
> | awk -F ' ' '{print $4}' \
> | sort

yields

#189
#191
#196
#197
#200
#204
#206
#208
#210

dhermes added a commit to dhermes/oauth2client that referenced this issue Jul 2, 2015
dhermes added a commit to dhermes/oauth2client that referenced this issue Aug 4, 2015
@dhermes dhermes changed the title Allow Travis to auto-release and cut new release (v 1.4.12) Allow Travis to auto-release Aug 4, 2015
dhermes added a commit to dhermes/oauth2client that referenced this issue Aug 5, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant