This is an automated email from the ASF dual-hosted git repository.
wohali pushed a commit to branch 3.1.1-RC2
in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 81076e3ea99b1fa1d358a7117e29ce71e0ee4cc2
Author: Joan Touzet <joant@atypical.net>
AuthorDate: Fri Sep 11 18:07:23 2020 -0400
Prep for 3.1.1-RC2
---
.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
|