You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2022/06/05 01:31:54 UTC

[GitHub] [hadoop] iwasakims commented on pull request #4401: HADOOP-18276. Rename CHANGES to CHANGELOG in branch-2.10.

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
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org