Skip to content

Commit

Permalink
Created a Developer README
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewserff committed Jun 23, 2015
1 parent dee95cc commit bf66801
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README-DEV.md
@@ -0,0 +1,19 @@
# Developer README

## Releasing a new version

In order to release a new version, you need to do the following:

First, commit all your changes and push them. Then:

```
mvn clean release:prepare
```

After that goes well, you can release it:

```
mvn release:perform
```

Once you have released it, go to the GitHub page and create a release and upload the distribution.

0 comments on commit bf66801

Please sign in to comment.