You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2022/01/31 17:28:38 UTC

[couchdb] branch 3.x updated: Bump docs to 3.2.1-1

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

vatamane 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 bd6ec27  Bump docs to 3.2.1-1
bd6ec27 is described below

commit bd6ec2763055e1d6a7674d6c10e15ae79d6d0892
Author: Nick Vatamaniuc <va...@gmail.com>
AuthorDate: Mon Jan 31 11:51:59 2022 -0500

    Bump docs to 3.2.1-1
    
    In order to fix formatting issue outlined in https://github.com/apache/couchdb-documentation/pull/704
---
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rebar.config.script b/rebar.config.script
index 47abca0..da3fc58 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.1-1"}, [raw]},
 {fauxton,          {url, "https://github.com/apache/couchdb-fauxton"},
                    {tag, "v1.2.8"}, [raw]},
 %% Third party deps