You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/02/08 13:26:39 UTC

[jira] [Commented] (FALCON-1822) Script to generate CHANGES.txt

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

ASF GitHub Bot commented on FALCON-1822:
----------------------------------------

GitHub user pallavi-rao opened a pull request:

    https://github.com/apache/falcon/pull/34

    FALCON-1822 Script to generate CHANGES.txt

    The script ensures categorization of changes, attribution to contributors and maintains history. It does the following:
    1. Given a git tag and release version, it retrieves git log from the tag till HEAD (of the branch you are in).
    2. Classifies the change log based on category (uses commit message for that).
    3. Appends the new change log on top of old CHANGES.txt.
    4. Creates a new CHANGES.txt.new file.
    5. During release (or otherwise too), you can now check this new file in, in place of old one. (Will update the confluence page)
    
    Example change log :
    `FALCON Change Log
    ----------------
    
    Release 0.9
    
    BUGS
    =======================================
      FALCON-1795 Kill api not killing waiting/ready instances
      sandeep <sa...@gmail.com>
      Commit: 49050c8, github.com/apache/falcon/pull/22`

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/pallavi-rao/falcon 1822

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/falcon/pull/34.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #34
    
----
commit 8e8b98438acfe65c7f19a06112d25724ed187edd
Author: Pallavi Rao <pa...@inmobi.com>
Date:   2016-02-08T12:19:29Z

    FALCON-1822 Script to generate CHANGES.txt

----


> Script to generate CHANGES.txt
> ------------------------------
>
>                 Key: FALCON-1822
>                 URL: https://issues.apache.org/jira/browse/FALCON-1822
>             Project: Falcon
>          Issue Type: Sub-task
>            Reporter: Pallavi Rao
>            Assignee: Pallavi Rao
>             Fix For: trunk
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)