You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by ns...@apache.org on 2013/03/30 11:44:53 UTC

[1/2] git commit: Added release notes template

Updated Branches:
  refs/heads/master 1675d2f32 -> 20856d996


Added release notes template


Project: http://git-wip-us.apache.org/repos/asf/couchdb-admin/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-admin/commit/f4b94d06
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-admin/tree/f4b94d06
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-admin/diff/f4b94d06

Branch: refs/heads/master
Commit: f4b94d06e48e8bde6bcdd4e93b9325b03fa99e6f
Parents: 1675d2f
Author: Noah Slater <ns...@apache.org>
Authored: Sat Mar 30 10:44:31 2013 +0000
Committer: Noah Slater <ns...@apache.org>
Committed: Sat Mar 30 10:44:31 2013 +0000

----------------------------------------------------------------------
 notes/template.html |   35 +++++++++++++++++++++++++++++++++++
 1 files changed, 35 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-admin/blob/f4b94d06/notes/template.html
----------------------------------------------------------------------
diff --git a/notes/template.html b/notes/template.html
new file mode 100644
index 0000000..6262454
--- /dev/null
+++ b/notes/template.html
@@ -0,0 +1,35 @@
+<title>Apache CouchDB VERSION Release Notes</title>
+
+<meta charset="utf-8">
+
+<link rel="stylesheet" href="../../hidden/style.css">
+
+<h1>Apache CouchDB VERSION Release Notes</h1>
+
+<p>Apache CouchDB VERSION has been released and is available for download.</p>
+
+<p>CouchDB is a database that completely embraces the web. Store your data with JSON documents. Access your documents with your web browser, via HTTP. Query, combine, and transform your documents with JavaScript. CouchDB works well with modern web and mobile apps. You can even serve web apps directly out of CouchDB. And you can distribute your data, or your apps, efficiently using CouchDB’s incremental replication. CouchDB supports master-master setups with automatic conflict detection.</p>
+
+<p>Grab your copy here:</p>
+
+<blockquote>
+<a href="http://couchdb.apache.org/">http://couchdb.apache.org/</a>
+</blockquote>
+
+<p>Pre-built packages for Windows and OS X are available.</p>
+
+<p><em>This is a RELEASE release</em></p>
+
+<p>These release notes are based on the <a href="https://git-wip-us.apache.org/repos/asf?p=couchdb.git;a=blob_plain;f=CHANGES;hb=TAG">CHANGES</a> file.</p>
+
+<h2>Section</h2>
+
+<ul>
+
+<li>
+<p><strong>Summary</strong></p>
+
+<p>Description.</p>
+</li>
+
+</ul>


[2/2] git commit: Went in to production

Posted by ns...@apache.org.
Went in to production


Project: http://git-wip-us.apache.org/repos/asf/couchdb-admin/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-admin/commit/20856d99
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-admin/tree/20856d99
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-admin/diff/20856d99

Branch: refs/heads/master
Commit: 20856d9960f73dd4fac9969a8674c4883d190536
Parents: f4b94d0
Author: Noah Slater <ns...@apache.org>
Authored: Sat Mar 30 10:44:43 2013 +0000
Committer: Noah Slater <ns...@apache.org>
Committed: Sat Mar 30 10:44:43 2013 +0000

----------------------------------------------------------------------
 release/tag_candidate.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-admin/blob/20856d99/release/tag_candidate.sh
----------------------------------------------------------------------
diff --git a/release/tag_candidate.sh b/release/tag_candidate.sh
index 8fa65fd..9057a8e 100755
--- a/release/tag_candidate.sh
+++ b/release/tag_candidate.sh
@@ -92,7 +92,7 @@ release:
 	echo "Release dist directory: \$(VERSION_RELEASE_URL)"
 
 tag: \$(GIT_DIR)
-	echo git tag -u \$(GPG_KEY) \$(VERSION) \
+	git tag -u \$(GPG_KEY) \$(VERSION) \
 	    \`cat \$(ISH_FILE)\` -m \$(COMMIT_MSG_TAG)
 	git push origin \$(VERSION)