You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2014/09/05 21:00:21 UTC

git commit: Clarify location of generated RELEASENOTES

Repository: cordova-coho
Updated Branches:
  refs/heads/master 9c610e929 -> f105df0a8


Clarify location of generated RELEASENOTES


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

Branch: refs/heads/master
Commit: f105df0a8cb56ae085fe7963a503ce1e7c6c4082
Parents: 9c610e9
Author: Marcel Kinard <cm...@gmail.com>
Authored: Fri Sep 5 14:59:49 2014 -0400
Committer: Marcel Kinard <cm...@gmail.com>
Committed: Fri Sep 5 14:59:49 2014 -0400

----------------------------------------------------------------------
 docs/tools-release-process.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/f105df0a/docs/tools-release-process.md
----------------------------------------------------------------------
diff --git a/docs/tools-release-process.md b/docs/tools-release-process.md
index e6a4255..a09794f 100644
--- a/docs/tools-release-process.md
+++ b/docs/tools-release-process.md
@@ -115,7 +115,7 @@ Update each repo's RELEASENOTES.md file with changes
     # Add new heading to release notes with version and date
     DATE=$(date "+%h %d, %Y")
     for l in cordova-lib/cordova-lib cordova-plugman cordova-cli; do ( cd $l; v="$(grep '"version"' package.json | cut -d'"' -f4)"; echo -e "\n### $v ($DATE)" >> RELEASENOTES.md; git log --pretty=format:'* %s' --topo-order --no-merges $(git describe --tags --abbrev=0)..master | grep -v "Incremented plugin version" >> RELEASENOTES.md); done
-    # Then curate:
+    # Then curate: (note that the newest notes are at the bottom of the file and should be manually moved to the top)
     vim cordova-lib/cordova-lib/RELEASENOTES.md cordova-cli/RELEASENOTES.md cordova-plugman/RELEASENOTES.md
 
 Update the version of cordova-lib that cli and plugman depend on: