Adding header to release notes 48/11548/2
authorsousaedu <eduardo.sousa@canonical.com>
Tue, 25 Jan 2022 14:11:04 +0000 (14:11 +0000)
committersousaedu <eduardo.sousa@canonical.com>
Tue, 25 Jan 2022 14:12:36 +0000 (15:12 +0100)
Change-Id: I66726de18610a4405f519371d0ca3edcec1eb252
Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index c650490..5c00a95 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -34,8 +34,10 @@ parallel_show_output = true
 [testenv:release_notes]
 deps = reno
 skip_install = true
+whitelist_externals = bash
 commands =
         reno new {posargs:new_feature}
+        bash -c "sed -i -e '1 e head -16 tox.ini' releasenotes/notes/{posargs:new_feature}*.yaml"
 
 
 #######################################################################################