Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Side by Side Diff: third_party/uritemplate/MAINTAINERS.rst

Issue 963953003: OAuth2 support in depot_tools (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: address comments and add retry logic Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 Instructions for Maintainers
2 ============================
3
4 Release
5 -------
6
7 To release a build:
8
9 1. Push all changes, verify CI passes (see link in README.rst).
10 2. Increment __version__ in __init__.py
11 3. ``git tag -a uri-template-py-[version]``
12 4. ``git push --tags origin master``
13 5. ``python setup.py sdist upload``
14 6. Brew coffee or tea.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698