-
Notifications
You must be signed in to change notification settings - Fork 182
Versions, branches and tags
Sanjay Patel edited this page Oct 30, 2015
·
2 revisions
Spring Lemon adheres to the following rules:
- Create a new git branch, e.g.
0.9, out of master. - Checkout that branch.
- Update the version number in pom to
0.9.0 - Do the development
- Test it out
- Create a git tag, named
0.9.0, to be released as the latest stable code - Merge
0.9to master - Create a new branch,
0.10(or 1.0), and repeat the process above
While development will be going in 0.10 branch, if we need to do some fix in the released 0.9.0,
- Checkout
0.9 - Update the version number in pom to
0.9.1 - Do the development
- Test it out
- Create a git tag, named
0.9.1, to be told to the users as the latest stable code - Merge
0.9to master, and pull the master into0.10