From e7c3ba247292fc88d2b523998f7b1cade19e6861 Mon Sep 17 00:00:00 2001 From: Blerim Sheqa Date: Thu, 3 Jan 2019 08:55:12 +0100 Subject: [PATCH] Update RELEASE.md --- RELEASE.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index e68692f9..509abc60 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -14,14 +14,7 @@ git commit -am "Update AUTHORS" ## 2. Changelog Update [CHANGELOG.md] with all relevant information. -## 3. Version -Version numbers are incremented regarding the [SemVer 1.0.0] specification. -Update the version number in the following files: - -* `version.yml` -* `vendor/github.com/elastic/beats/dev-tools/packer/version.yml` - -## 4. Build +## 3. Build Build packages: ``` bash @@ -36,7 +29,7 @@ export SNAPSHOT=false make package-dashboards ``` -## 5. Git Tag +## 4. Git Tag Commit all changes to the `master` branch ``` bash @@ -56,7 +49,6 @@ Push tags git push --tags ``` -[SemVer 1.0.0]: http://semver.org/spec/v1.0.0.html [CHANGELOG.md]: CHANGELOG.md [AUTHORS]: AUTHORS [.mailmap]: .mailmap