Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
Update release instructions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
bernd committed Jan 23, 2019
1 parent 0001e56 commit 04a3c77
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,16 @@ 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
[...]
$ 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.
This sets the version numbers, creates a tag and pushes to GitHub. Travis CI will build the release artifacts and upload to GitHub automatically.

0 comments on commit 04a3c77

Please sign in to comment.