Skip to content

Commit

Permalink
Updated devel notes
Browse files Browse the repository at this point in the history
  • Loading branch information
hvmonteiro committed Apr 20, 2018
1 parent c6b21bc commit 99abf44
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions DEVEL-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,18 @@ http://choosealicense.com/licenses/

# CSS Tooltip Generator
http://www.cssportal.com/css-tooltip-generator/


# How-to Create a Release

## Create a new release version tag referencing a successful commit (which had a green build in travis-ci)
`git tag v1.3.0 <commitId>`

## Create/Modify 'latest' release version tag referencing the same commit as above (ex: v1.3.0)
`git tag -f latest <commitId>`

## Push tags to central repository
`git push --tags origin master`

## Check https://travis-ci.org/hvmonteiro/majin for a green build and https://github.com/hvmonteiro/majin/releases for a new release

0 comments on commit 99abf44

Please sign in to comment.