Skip to content

Commit

Permalink
Remind myself how to release
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Jan 20, 2012
1 parent c4fb5de commit 8f14eef
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Expand Up @@ -142,7 +142,12 @@ This can be solved by changing the Compiler settings: `Preferences -> Compiler -

Fork the repository on Github, clone it and send a pull request when you have fixed something. Please commit each feature/bugfix on a separate branch as this makes it easier for us to decide what to merge and what not to merge.

## TODO
## Releasing

* Reports exception when Before hook fails
* Skips steps when before hook fails
This is a reminder to the developers:

```
mvn release:clean
mvn --batch-mode release:prepare -DautoVersionSubmodules=true -DdevelopmentVersion=1.0.0.RC10-SNAPSHOT
mvn -P release-sign-artifacts release:perform
```

0 comments on commit 8f14eef

Please sign in to comment.