[
https://issues.apache.org/jira/browse/HBASE-22066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack resolved HBASE-22066.
---------------------------
Resolution: Fixed
Assignee: stack
Fix Version/s: 2.1.4
2.2.0
Just added below to head of CHANGES.md and RELEASENOTES.md (and did a bit of
fix up) in branch-2.1 and branch-2.2. branch-2 and master need love to get
their CHANGES.md and RELEASENOTES.md into shape....
{code}
commit 7e437577e60c40e149b2a522c849f2fc0305f2b6 (HEAD -> 2.2, origin/branch-2.2)
Author: stack <[email protected]>
Date: Tue Mar 19 10:56:35 2019 -0700
HBASE-22066 Add markers to CHANGES.md and RELEASENOTES.md
diff --git a/CHANGES.md b/CHANGES.md
index b1773de730..7155921e6c 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,4 @@
+# HBASE Changelog
<!---
# Licensed to the Apache Software Foundation (ASF) under one
@@ -15,8 +16,10 @@
# 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.
--->
-# HBASE Changelog
+
+# Be careful doing manual edits in this file. Do not change format
+# of release header or remove the below marker. This file is generated.
+# DO NOT REMOVE THIS MARKER; FOR INTERPOLATING CHANGES!-->
## Release 2.2.0 - Unreleased (as of 2019-03-04)
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 5feac22777..12e302e738 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -1,4 +1,4 @@
-
+# RELEASENOTES
<!---
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
@@ -15,7 +15,10 @@
# 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.
--->
+
+# Be careful doing manual edits in this file. Do not change format
+# of release header or remove the below marker. This file is generated.
+# DO NOT REMOVE THIS MARKER; FOR INTERPOLATING CHANGES!-->
# HBASE 2.2.0 Release Notes
{code}
> Add markers to CHANGES.md and RELEASENOTES.md
> ---------------------------------------------
>
> Key: HBASE-22066
> URL: https://issues.apache.org/jira/browse/HBASE-22066
> Project: HBase
> Issue Type: Sub-task
> Reporter: stack
> Assignee: stack
> Priority: Major
> Fix For: 2.2.0, 2.1.4
>
>
> I want to have scripts interpolate release notes and changes. Need markers so
> can find where to do the interpolation. Let me add a few.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)