summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorwu.chunyang <wuchunyang@yovole.com>2022-07-11 21:56:26 +0800
committerwu.chunyang <wuchunyang@yovole.com>2022-07-11 21:56:26 +0800
commitf9f3bca8f7f867dfcc5716224dc5b13270b17180 (patch)
treefda1193121d28d250d1acbc1d80d06806a0eabd1 /releasenotes
parent226e8896b6c8f7e473508e0d37d3c3a18cf77ca5 (diff)
downloadtrove-f9f3bca8f7f867dfcc5716224dc5b13270b17180.tar.gz
Add release note(aka. reno) guide
This PR adds reloease note guide for trove project and renames some notes due to uid collision Change-Id: I55f49425dc3df6599ff6714efd8f7c1dc656ddf2
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/support-backup-strategy.yaml (renamed from releasenotes/notes/victoria-support-backup-strategy.yaml)0
-rw-r--r--releasenotes/notes/support-online-resize.yaml (renamed from releasenotes/notes/victoria-support-online-resize.yaml)0
-rw-r--r--releasenotes/notes/support-subnet-and-ip-address.yaml (renamed from releasenotes/notes/victoria-support-subnet-and-ip-address.yaml)0
-rw-r--r--releasenotes/templates/feature.yml7
-rw-r--r--releasenotes/templates/fix.yml7
5 files changed, 14 insertions, 0 deletions
diff --git a/releasenotes/notes/victoria-support-backup-strategy.yaml b/releasenotes/notes/support-backup-strategy.yaml
index 97b9335c..97b9335c 100644
--- a/releasenotes/notes/victoria-support-backup-strategy.yaml
+++ b/releasenotes/notes/support-backup-strategy.yaml
diff --git a/releasenotes/notes/victoria-support-online-resize.yaml b/releasenotes/notes/support-online-resize.yaml
index f5218013..f5218013 100644
--- a/releasenotes/notes/victoria-support-online-resize.yaml
+++ b/releasenotes/notes/support-online-resize.yaml
diff --git a/releasenotes/notes/victoria-support-subnet-and-ip-address.yaml b/releasenotes/notes/support-subnet-and-ip-address.yaml
index e7037ec5..e7037ec5 100644
--- a/releasenotes/notes/victoria-support-subnet-and-ip-address.yaml
+++ b/releasenotes/notes/support-subnet-and-ip-address.yaml
diff --git a/releasenotes/templates/feature.yml b/releasenotes/templates/feature.yml
new file mode 100644
index 00000000..33d5c537
--- /dev/null
+++ b/releasenotes/templates/feature.yml
@@ -0,0 +1,7 @@
+---
+features:
+ - |
+ Implements [some feature].
+ [Can be described using multiple sentences if necessary.]
+ [Limitations worth mentioning can be included as well.]
+ `Stroy [Story id] <https://storyboard.openstack.org/#!/story/[story id]>`__
diff --git a/releasenotes/templates/fix.yml b/releasenotes/templates/fix.yml
new file mode 100644
index 00000000..13e51f83
--- /dev/null
+++ b/releasenotes/templates/fix.yml
@@ -0,0 +1,7 @@
+---
+fixes:
+ - |
+ Fixes [some bug].
+ [Can be described using multiple sentences if necessary.]
+ [Possibly also giving the previous behaviour description.]
+ `LP#[Story id] <https://storyboard.openstack.org/#!/story/[Story id]>`__