Repository: cordova-coho
Updated Branches:
  refs/heads/plugins-releaser 981d9179d -> 11a5e301e


comment clarification around process.


Project: http://git-wip-us.apache.org/repos/asf/cordova-coho/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-coho/commit/11a5e301
Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/11a5e301
Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/11a5e301

Branch: refs/heads/plugins-releaser
Commit: 11a5e301eb25e0db274e5fdc8d37796976bc85f3
Parents: 981d917
Author: filmaj <maj....@gmail.com>
Authored: Fri Jan 27 10:34:43 2017 -0800
Committer: filmaj <maj....@gmail.com>
Committed: Fri Jan 27 10:34:43 2017 -0800

----------------------------------------------------------------------
 src/plugin-release.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/11a5e301/src/plugin-release.js
----------------------------------------------------------------------
diff --git a/src/plugin-release.js b/src/plugin-release.js
index c39b97d..2a0a7e4 100644
--- a/src/plugin-release.js
+++ b/src/plugin-release.js
@@ -382,7 +382,7 @@ function *interactive_plugins_release() {
         console.error('ERROR! There was a problem connecting to JIRA, received 
a', auth_err.statusCode, 'status code.');
         process.exit(1);
     });
-    /* 10. Create release branch. wtf is going on here?
+    /* 10. Create release branch. if this is a patch release, it may already 
exist! in that case, merge master back into this existing release branch.
      * 11. Increment plugin versions back on the master branch to include 
-dev.. i think?
      * 12. Push tags, release branch, and master branch changes.
      * 13. Publish to apache svn:


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to