-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move developer documentation from WinSW
- Loading branch information
1 parent
2c2e91f
commit 0ef09d2
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` |