Skip to content

Commit

Permalink
Move developer documentation from WinSW
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev authored Aug 19, 2019
1 parent 2c2e91f commit 0ef09d2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions DEVELOPER.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Developer documentation
=======================

### Releasing

Maven repository is no longer the main source of releases, but WinSW can be deployed there on-demand.
Some projects (e.g. [Jenkins](https://jenkins.io)) still depend on WinSW from the Maven repository.

1. Make sure you have passed the Release steps above
2. Modify the `winsw.version` property to the the release version (`WINSW_VERSION`)
3. Modify version field to `${WINSW_VERSION}-SNAPSHOT`
4. Run `mvn release:prepare release:perform`

0 comments on commit 0ef09d2

Please sign in to comment.