summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-07-20 12:24:46 +0000
committerGerrit Code Review <review@openstack.org>2022-07-20 12:24:46 +0000
commit4a3ad14f2d16c9db2cbd86335203855727b6efbf (patch)
treed41375f85cbe12460f2389a4cffcb214c6f08d7b /releasenotes
parent6039500738b9db364b8cb42f07103e0b17aecfc1 (diff)
parentf9f3bca8f7f867dfcc5716224dc5b13270b17180 (diff)
downloadtrove-4a3ad14f2d16c9db2cbd86335203855727b6efbf.tar.gz
Merge "Add release note(aka. reno) guide"
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]>`__