-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added document describing the release process
- Loading branch information
1 parent
86dac20
commit 832da20
Showing
1 changed file
with
16 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,16 @@ | ||
Release Process | ||
=============== | ||
|
||
- Merge feature branches | ||
- Remove `-SNAPSHOT` suffix from version number | ||
- Extend [CHANGES.md](CHANGES.md) | ||
- Change repository key to `libs-release-local` | ||
- Commit with message `Release 0.1.1` | ||
- Tag the commit `v0.1.1` | ||
- Push master and tags | ||
- Publish the libraries to Artifactory | ||
|
||
New Feature Branches | ||
==================== | ||
- Change repository key to `libs-snapshot-local` | ||
- Commit with message `#23 Created feature branch` where `#23` is the issue number of the new feature |