You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2014/03/11 17:50:08 UTC

git commit: Add a TODO about using signed tags for releases.

Repository: cordova-coho
Updated Branches:
  refs/heads/master b68aa3c3b -> 20b0c3331


Add a TODO about using signed tags for releases.


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

Branch: refs/heads/master
Commit: 20b0c33310c4c05c70d2c06ff3707597ae7ee4e7
Parents: b68aa3c
Author: Andrew Grieve <ag...@chromium.org>
Authored: Tue Mar 11 12:49:46 2014 -0400
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Tue Mar 11 12:50:04 2014 -0400

----------------------------------------------------------------------
 docs/cadence-release-process.md | 2 ++
 docs/plugins-release-process.md | 2 ++
 docs/tools-release-process.md   | 2 ++
 3 files changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/20b0c333/docs/cadence-release-process.md
----------------------------------------------------------------------
diff --git a/docs/cadence-release-process.md b/docs/cadence-release-process.md
index a96573d..29b4ead 100644
--- a/docs/cadence-release-process.md
+++ b/docs/cadence-release-process.md
@@ -4,6 +4,8 @@ Before cutting any releases, read the Apache's [Releases Policy](http://www.apac
 
 This page describes the technical steps for releasing a `Cadence Release` (see: [versioning-and-release-strategy.md](versioning-and-release-strategy.md)).
 
+TODO: We may want to be using [signed tags](http://git-scm.com/book/en/Git-Basics-Tagging), or at least annotated tags.
+
 ## Getting Buy-in & Assigning a Release Manager
 
  1. Email the dev mailing-list and see if anyone has reason to postpone the release.

http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/20b0c333/docs/plugins-release-process.md
----------------------------------------------------------------------
diff --git a/docs/plugins-release-process.md b/docs/plugins-release-process.md
index 61b28e5..126f28c 100644
--- a/docs/plugins-release-process.md
+++ b/docs/plugins-release-process.md
@@ -12,6 +12,8 @@ TODO: add in RAT instruction (via coho) for next release
 
 TODO: Use perl instead of sed in these commands so they work on Linux.
 
+TODO: We may want to be using [signed tags](http://git-scm.com/book/en/Git-Basics-Tagging), or at least annotated tags.
+
 ## Get Buy-in
 
  1. Email the dev mailing-list and see if anyone has reason to postpone the release.

http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/20b0c333/docs/tools-release-process.md
----------------------------------------------------------------------
diff --git a/docs/tools-release-process.md b/docs/tools-release-process.md
index e4a6c07..2d7850a 100644
--- a/docs/tools-release-process.md
+++ b/docs/tools-release-process.md
@@ -14,6 +14,8 @@ TODO: use npm pack instead of git archive.
 
 TODO: Use perl instead of sed in these commands so they work on Linux.
 
+TODO: We may want to be using [signed tags](http://git-scm.com/book/en/Git-Basics-Tagging), or at least annotated tags.
+
 ## Get Buy-in
 
 Email the dev mailing-list and see if anyone has reason to postpone the release.