From 322cc677b6acfd3b51df7dc1c32151ba3e9cfe2f Mon Sep 17 00:00:00 2001 From: Lisa Cawley Date: Tue, 15 Aug 2017 16:49:52 -0700 Subject: [PATCH] [DOCS] Update readme with token requirements Original commit: elastic/x-pack-elasticsearch@79902c6632ad8e7a2b42d01543f484e32ab1e7bc --- README.asciidoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.asciidoc b/README.asciidoc index 9ee43d88902..6f952fe52e3 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -117,11 +117,13 @@ For example: For information about building the X-Pack Reference, see the README in the x-pack repo. To build a release notes page for the pull requests in this repository: -* You must have a personal access token called ~/.github_auth with "repo" scope. Use steps similar to "Vault Secret" to create this file. + * Use the dev-tools/xes-release-notes.pl script. * Specify the version label for which you want the release notes. * Redirect the output to a new local file. +NOTE: You must have a personal access token called ~/.github_auth with "repo" scope. Use steps similar to "Vault Secret" to create this file. + For example: [source, txt] -----