This is an automated email from the ASF dual-hosted git repository. vatamane pushed a commit to branch 3.2.x in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 9224cbc6d05c0fada13337e025926f024584e991 Author: Nick Vatamaniuc <[email protected]> AuthorDate: Sun Apr 3 01:17:00 2022 -0400 Bump docs dependency for 3.2.2 Use docs tag 3.2.2-RC1 --- rebar.config.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config.script b/rebar.config.script index 9160dfbf4..844b6a54b 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -154,7 +154,7 @@ DepDescs = [ %% Non-Erlang deps {docs, {url, "https://github.com/apache/couchdb-documentation"}, - {tag, "3.2.1-RC1"}, [raw]}, + {tag, "3.2.2-RC1"}, [raw]}, {fauxton, {url, "https://github.com/apache/couchdb-fauxton"}, {tag, "v1.2.8"}, [raw]}, %% Third party deps
