[ 
https://issues.apache.org/jira/browse/CB-407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13241039#comment-13241039
 ] 

Shazron Abdullah commented on CB-407:
-------------------------------------

In Git, to get the commit logs between tags (in the example below, between 
1.4.0 and 1.5.0) - do:
{code}
git shortlog --no-merges 1.4.0..1.5.0
{code}

You can use 'HEAD' instead of a tag also.
                
> Update Release Notes for 1.6.0
> ------------------------------
>
>                 Key: CB-407
>                 URL: https://issues.apache.org/jira/browse/CB-407
>             Project: Apache Callback
>          Issue Type: Bug
>          Components: iOS
>            Reporter: Shazron Abdullah
>            Assignee: Shazron Abdullah
>            Priority: Blocker
>             Fix For: 1.6.0
>
>
> Grab changes from 1.6.0rc1 to HEAD

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to