Skip to content

Commit 6a8e5be

Browse files
committed
[DOCS] Updates pull and issue release attributes (#58348)
1 parent 43002b7 commit 6a8e5be

File tree

12 files changed

+4737
-4742
lines changed

12 files changed

+4737
-4742
lines changed

dev-tools/es_release_notes.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,14 +118,14 @@ sub dump_issues {
118118
}
119119
my $number = $issue->{number};
120120

121-
print encode_utf8("* $title {pull}${number}[#${number}]");
121+
print encode_utf8("* $title {es-pull}${number}[#${number}]");
122122

123123
if ( my $related = $issue->{related_issues} ) {
124124
my %uniq = map { $_ => 1 } @$related;
125125
print keys %uniq > 1
126126
? " (issues: "
127127
: " (issue: ";
128-
print join ", ", map {"{issue}${_}[#${_}]"}
128+
print join ", ", map {"{es-issue}${_}[#${_}]"}
129129
sort keys %uniq;
130130
print ")";
131131
}

docs/Versions.asciidoc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ include::{asciidoc-dir}/../../shared/versions/stack/{source_branch}.asciidoc[]
77
:jdk_major: 8
88
:build_flavor: default
99

10-
:issue: https://github.com/elastic/elasticsearch/issues/
11-
:ml-issue: https://github.com/elastic/ml-cpp/issues/
12-
:pull: https://github.com/elastic/elasticsearch/pull/
13-
:ml-pull: https://github.com/elastic/ml-cpp/pull/
14-
1510
:docker-repo: docker.elastic.co/elasticsearch/elasticsearch
1611
:docker-image: {docker-repo}:{version}
1712
:plugin_url: https://artifacts.elastic.co/downloads/elasticsearch-plugins

docs/reference/migration/migrate_6_3.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ IMPORTANT: If you upgraded to 6.3, your old security configuration files still
5454
exist in an `x-pack` folder. That path is deprecated, however, and you should
5555
move your files out of that folder. There is a known problem where the files in
5656
the old path are disregarded in favor of the files in the new path:
57-
{pull}/33688[#33688]. For more information, see
57+
{es-pull}/33688[#33688]. For more information, see
5858
<<trb-security-path>>.
5959

6060
Settings such as `files.role_mapping` now default to

docs/reference/release-notes/6.0.asciidoc

Lines changed: 2036 additions & 2036 deletions
Large diffs are not rendered by default.

docs/reference/release-notes/6.1.asciidoc

Lines changed: 227 additions & 227 deletions
Large diffs are not rendered by default.

docs/reference/release-notes/6.2.asciidoc

Lines changed: 229 additions & 229 deletions
Large diffs are not rendered by default.

docs/reference/release-notes/6.3.asciidoc

Lines changed: 307 additions & 307 deletions
Large diffs are not rendered by default.

docs/reference/release-notes/6.4.asciidoc

Lines changed: 396 additions & 396 deletions
Large diffs are not rendered by default.

docs/reference/release-notes/6.5.asciidoc

Lines changed: 455 additions & 455 deletions
Large diffs are not rendered by default.

docs/reference/release-notes/6.6.asciidoc

Lines changed: 445 additions & 445 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)