Skip to content

Commit

Permalink
Added document describing the release process
Browse files Browse the repository at this point in the history
  • Loading branch information
andreassimon committed Nov 5, 2014
1 parent 86dac20 commit 832da20
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions RELEASE-PROCESS.md
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

0 comments on commit 832da20

Please sign in to comment.