[
https://issues.apache.org/jira/browse/HBASE-21399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack resolved HBASE-21399.
---------------------------
Resolution: Fixed
Assignee: stack
Fix Version/s: 2.1.1
> Generate and commit 2.1.1 RELEASENOTES.md and CHANGES.md
> --------------------------------------------------------
>
> Key: HBASE-21399
> URL: https://issues.apache.org/jira/browse/HBASE-21399
> Project: HBase
> Issue Type: Sub-task
> Reporter: stack
> Assignee: stack
> Priority: Major
> Fix For: 2.1.1
>
>
> Ran ./release-doc-maker/releasedocmaker.py -p HBASE --fileversions -v 2.1.1
> -l --sortorder=newer --skip-credits 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.1.1 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.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)