From 6ec97ba5d942c3b11128167f3b9b72489e4d7f37 Mon Sep 17 00:00:00 2001 From: Brandon Morelli Date: Wed, 23 Oct 2019 13:04:58 -0700 Subject: [PATCH 1/3] docs: add master changelog --- conf.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf.yaml b/conf.yaml index 73a9c2091202b..816b193d61d94 100644 --- a/conf.yaml +++ b/conf.yaml @@ -1358,6 +1358,10 @@ contents: - repo: apm-agent-python path: docs + - + repo: apm-agent-python + path: CHANGELOG.asciidoc + exclude_branches: [ 5.x, 4.x, 3.x, 2.x, 1.x ] - title: APM Ruby Agent prefix: ruby From bd0f86b2bfb22812e65c7e3e14dc407d79e052c2 Mon Sep 17 00:00:00 2001 From: Brandon Morelli Date: Wed, 23 Oct 2019 13:05:20 -0700 Subject: [PATCH 2/3] docs: add 4.x changelog --- conf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.yaml b/conf.yaml index 816b193d61d94..5755554458c02 100644 --- a/conf.yaml +++ b/conf.yaml @@ -1361,7 +1361,7 @@ contents: - repo: apm-agent-python path: CHANGELOG.asciidoc - exclude_branches: [ 5.x, 4.x, 3.x, 2.x, 1.x ] + exclude_branches: [ 5.x, 3.x, 2.x, 1.x ] - title: APM Ruby Agent prefix: ruby From 7de871bd7b58634f100a45c6de7b9ca280294ed5 Mon Sep 17 00:00:00 2001 From: Brandon Morelli Date: Wed, 23 Oct 2019 13:05:49 -0700 Subject: [PATCH 3/3] docs: add 5.x changelog --- conf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.yaml b/conf.yaml index 5755554458c02..17dd51e35b563 100644 --- a/conf.yaml +++ b/conf.yaml @@ -1361,7 +1361,7 @@ contents: - repo: apm-agent-python path: CHANGELOG.asciidoc - exclude_branches: [ 5.x, 3.x, 2.x, 1.x ] + exclude_branches: [ 3.x, 2.x, 1.x ] - title: APM Ruby Agent prefix: ruby