From 04a3c77b24861c3bfff0840d15d24f42bd6ef0d1 Mon Sep 17 00:00:00 2001 From: Bernd Ahlers Date: Wed, 23 Jan 2019 15:01:04 +0100 Subject: [PATCH] Update release instructions in README --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 890c8f6..5ef5a08 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,11 @@ This project is using Maven 3 and requires Java 8 or higher. Plugin Release -------------- -We are using the maven release plugin: +- Bump version in `package.json` +- Bump `graylog.version` in pom.xml +- Change branch name for the graylog2-server checkout in `.travis.yml` + +For the rest we are using the maven release plugin: ``` $ mvn release:prepare @@ -66,4 +70,4 @@ $ mvn release:prepare $ mvn release:perform ``` -This sets the version numbers, creates a tag and pushes to GitHub. Travis CI will build the release artifacts and upload to GitHub automatically. \ No newline at end of file +This sets the version numbers, creates a tag and pushes to GitHub. Travis CI will build the release artifacts and upload to GitHub automatically.