You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2020/09/11 22:37:07 UTC

[couchdb] branch 3.x updated: Prep for 3.1.1-RC2 (#3148)

This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch 3.x
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/3.x by this push:
     new ce596c6  Prep for 3.1.1-RC2 (#3148)
ce596c6 is described below

commit ce596c65d9d7f0bc5d9937bcaf6253b343015690
Author: Joan Touzet <wo...@users.noreply.github.com>
AuthorDate: Fri Sep 11 18:37:00 2020 -0400

    Prep for 3.1.1-RC2 (#3148)
---
 .gitignore          | 1 +
 rebar.config.script | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 5411c5d..d76b7cb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
 *.o
+*.asc
 *.sha256
 *.sha512
 *.snap
diff --git a/rebar.config.script b/rebar.config.script
index e48a559..1ffbf70 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -151,7 +151,7 @@ DepDescs = [
 
 %% Non-Erlang deps
 {docs,             {url, "https://github.com/apache/couchdb-documentation"},
-                   {tag, "3.1.1-RC1"}, [raw]},
+                   {tag, "3.1.1-RC2"}, [raw]},
 {fauxton,          {url, "https://github.com/apache/couchdb-fauxton"},
                    {tag, "v1.2.6"}, [raw]},
 %% Third party deps