Skip to content

Commit

Permalink
Fix packaging which broke because of asciidocs comments (elastic#3825)
Browse files Browse the repository at this point in the history
The version.asciidoc is used during packaging to read out the version number. Recently a comment was introduce in the file which broke the packaging. In before_build.sh the content of the file is copied over and converted to yaml, see https://github.com/elastic/beats/blob/master/dev-tools/packer/xgo-scripts/before_build.sh#L58. As these lines to not seem to be required, I removed them. Alternatively the sed script could be adapted which would be more complex.
  • Loading branch information
ruflin authored and andrewkroh committed Mar 31, 2017
1 parent 29b712f commit 510e57c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions libbeat/docs/version.asciidoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
:stack-version: 5.3.0
:doc-branch: 5.3
:go-version: 1.7.4

//////////
release-state can be: released | prerelease | unreleased
//////////
:release-state: released

0 comments on commit 510e57c

Please sign in to comment.