Update RELEASE.md

This commit is contained in:
Blerim Sheqa 2019-01-03 08:55:12 +01:00
parent d32627748e
commit e7c3ba2472

View File

@ -14,14 +14,7 @@ git commit -am "Update AUTHORS"
## 2. Changelog ## 2. Changelog
Update [CHANGELOG.md] with all relevant information. Update [CHANGELOG.md] with all relevant information.
## 3. Version ## 3. Build
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
Build packages: Build packages:
``` bash ``` bash
@ -36,7 +29,7 @@ export SNAPSHOT=false
make package-dashboards make package-dashboards
``` ```
## 5. Git Tag ## 4. Git Tag
Commit all changes to the `master` branch Commit all changes to the `master` branch
``` bash ``` bash
@ -56,7 +49,6 @@ Push tags
git push --tags git push --tags
``` ```
[SemVer 1.0.0]: http://semver.org/spec/v1.0.0.html
[CHANGELOG.md]: CHANGELOG.md [CHANGELOG.md]: CHANGELOG.md
[AUTHORS]: AUTHORS [AUTHORS]: AUTHORS
[.mailmap]: .mailmap [.mailmap]: .mailmap