[
https://issues.apache.org/jira/browse/HBASE-21499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack resolved HBASE-21499.
---------------------------
Resolution: Fixed
Pushed on branch-2.0.
> Release notes and changes for 2.0.3RC
> -------------------------------------
>
> Key: HBASE-21499
> URL: https://issues.apache.org/jira/browse/HBASE-21499
> Project: HBase
> Issue Type: Sub-task
> Reporter: stack
> Assignee: stack
> Priority: Major
> Fix For: 2.0.3
>
>
> {code}
> $ ./release-doc-maker/releasedocmaker.py -p HBASE --fileversions -v 2.0.3 -l
> --sortorder=newer --skip-credits
> {code}
> ...then carefully stitched the product into the current CHANGES.md and
> RELEASENOTES.md files being careful to preserve markdown header ABOVE the
> apache license else the .md files won't render as markdown as in....
> {code}
> # HBASE 2.0.3 Release Notes
> <!---
> # Licensed to the Apache Software Foundation (ASF) under one
> # or more contributor license agreements. See the NOTICE file
> # distributed with this work for additional information
> # regarding copyright ownership. The ASF licenses this file
> # to you under the Apache License, Version 2.0 (the
> # "License"); you may not use this file except in compliance
> # with the License. You may obtain a copy of the License at
> #
> # http://www.apache.org/licenses/LICENSE-2.0
> #
> # Unless required by applicable law or agreed to in writing, software
> # distributed under the License is distributed on an "AS IS" BASIS,
> # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
> # See the License for the specific language governing permissions and
> # limitations under the License.
> -->
> These release notes cover new developer and user-facing incompatibilities,
> important issues, features, and major improvements.
> ---
> ....
> {code}
> Check that CHANGES and RELEASENOTES draw properly in a markdown parser.
> Check in the changes.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)