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

Unified 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: restore git_cl Created 5 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/uritemplate/.travis.yml ('k') | third_party/uritemplate/MANIFEST.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/uritemplate/MAINTAINERS.rst
diff --git a/third_party/uritemplate/MAINTAINERS.rst b/third_party/uritemplate/MAINTAINERS.rst
new file mode 100644
index 0000000000000000000000000000000000000000..4918f841c8ef407b4be5dc4efbb76b253be356bf
--- /dev/null
+++ b/third_party/uritemplate/MAINTAINERS.rst
@@ -0,0 +1,14 @@
+Instructions for Maintainers
+============================
+
+Release
+-------
+
+To release a build:
+
+1. Push all changes, verify CI passes (see link in README.rst).
+2. Increment __version__ in __init__.py
+3. ``git tag -a uri-template-py-[version]``
+4. ``git push --tags origin master``
+5. ``python setup.py sdist upload``
+6. Brew coffee or tea.
« no previous file with comments | « third_party/uritemplate/.travis.yml ('k') | third_party/uritemplate/MANIFEST.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698