[ 
https://issues.apache.org/jira/browse/HADOOP-18276?focusedWorklogId=778417&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-778417
 ]

ASF GitHub Bot logged work on HADOOP-18276:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 05/Jun/22 01:31
            Start Date: 05/Jun/22 01:31
    Worklog Time Spent: 10m 
      Work Description: iwasakims commented on PR #4401:
URL: https://github.com/apache/hadoop/pull/4401#issuecomment-1146719460

   The diff was simply created by the following command:
   
   ```
   $ for f in `find . -name 'CHANGES*.md'` ; do git mv $f 
${f//CHANGES/CHANGELOG} ; done
   ```
   
   I verified that the hyperlinks to CHANGELOGs work by building site docs with 
`-Preleasedocs` profile then seeing built "Changelog and Release Notes" page by 
browser.
   
   ```
   $ mvn site site:stage -Preleasedocs 
-DstagingDirectory=/var/www/html/hadoop-site/branch-2.10
   ```
   




Issue Time Tracking
-------------------

    Worklog Id:     (was: 778417)
    Time Spent: 20m  (was: 10m)

> Rename CHANGES to CHANGELOG in branch-2.10
> ------------------------------------------
>
>                 Key: HADOOP-18276
>                 URL: https://issues.apache.org/jira/browse/HADOOP-18276
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 2.10.2
>            Reporter: Masatake Iwasaki
>            Assignee: Masatake Iwasaki
>            Priority: Minor
>              Labels: pull-request-available
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> The file names of changelog generated by releasedocmaker of Yetus was changed 
> from CHANGES.md to CHANGELOG.md. Hyperlinks in the generated index.html of 
> "Changelog and Release Notes" page were also affected. The CHANGES*.md 
> generated in previous releases must be renamed to avoid 404.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to