You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Guanghao Zhang (JIRA)" <ji...@apache.org> on 2019/03/04 10:00:00 UTC

[jira] [Comment Edited] (HBASE-21986) Generate CHANGES.md and RELEASENOTES.md for 2.2.0

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

Guanghao Zhang edited comment on HBASE-21986 at 3/4/19 9:59 AM:
----------------------------------------------------------------

Use [https://github.com/apache/yetus/blob/master/releasedocmaker/src/main/python/releasedocmaker.py] to generate CHANGES.md
{code:java}
./releasedocmaker/src/main/python/releasedocmaker.py -p HBASE --fileversions -v 2.2.0 -l --sortorder=newer --skip-credits
{code}
And generate the changes in git by shell
{code:java}
git merge-base origin/branch-2.1 origin/branch-2.2
git log --oneline a86141b6252a433ff62f5c1979d7523031da0bf2...a072abb1c04613b2875d705b76e71019d84b528b | grep -o -E "^[0-9a-z]*\s*HBASE-[0-9]*"|awk '{print $2}' | sort -u
{code}
 

And copied the CHANGES.md from [http://archive.apache.org/dist/hbase/2.1.0/CHANGES.md.]

 

The Jira which in CHANGELOG.2.2.0.md but not in git changes.
{code:java}
HBASE-21360 umbrella issue
HBASE-21430 hbase-connectors
HBASE-21335 HBCK2
HBASE-21886 Run ITBLL for branch-2.2
HBASE-21798 Cut branch-2.2
HBASE-21192 HBCK2
HBASE-21169 HBCK2
HBASE-20152 Umbrella
HBASE-20540 Umbrella
{code}
The Jira in git changes but not is CHANGELOG.2.2.0.md and not in 2.1.0's CHANGES.md.
{code:java}
HBASE-15557 Revert
HBASE-15728 need to resolve after commit the addendum.
{code}
And there are no same Jira in CHANGELOG.2.2.0.md and 2.1.0's CHANGES.md.

 


was (Author: zghaobac):
Use [https://github.com/apache/yetus/blob/master/releasedocmaker/src/main/python/releasedocmaker.py] to generate CHANGES.md

 
{code:java}
./releasedocmaker/src/main/python/releasedocmaker.py -p HBASE --fileversions -v 2.2.0 -l --sortorder=newer --skip-credits
{code}
 

 

And generate the changes in git by shell

 
{code:java}
git merge-base origin/branch-2.1 origin/branch-2.2
git log --oneline a86141b6252a433ff62f5c1979d7523031da0bf2...a072abb1c04613b2875d705b76e71019d84b528b | grep -o -E "^[0-9a-z]*\s*HBASE-[0-9]*"|awk '{print $2}' | sort -u
{code}
 

And copied the CHANGES.md from [http://archive.apache.org/dist/hbase/2.1.0/CHANGES.md.]

 

The Jira which in CHANGELOG.2.2.0.md but not in git changes.
{code:java}
HBASE-21360 umbrella issue
HBASE-21430 hbase-connectors
HBASE-21335 HBCK2
HBASE-21886 Run ITBLL for branch-2.2
HBASE-21798 Cut branch-2.2
HBASE-21192 HBCK2
HBASE-21169 HBCK2
HBASE-20152 Umbrella
HBASE-20540 Umbrella
{code}
The Jira in git changes but not is CHANGELOG.2.2.0.md and not in 2.1.0's CHANGES.md.
{code:java}
HBASE-15557 Revert
HBASE-15728 need to resolve after commit the addendum.
{code}
And there are no same Jira in CHANGELOG.2.2.0.md and 2.1.0's CHANGES.md.

 

> Generate CHANGES.md and RELEASENOTES.md for 2.2.0
> -------------------------------------------------
>
>                 Key: HBASE-21986
>                 URL: https://issues.apache.org/jira/browse/HBASE-21986
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Guanghao Zhang
>            Assignee: Guanghao Zhang
>            Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)