projects
/
osm
/
RO.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b383aa7
)
Adding header to release notes
67/11567/1
author
sousaedu
<eduardo.sousa@canonical.com>
Tue, 25 Jan 2022 14:11:04 +0000
(14:11 +0000)
committer
sousaedu
<eduardo.sousa@canonical.com>
Wed, 26 Jan 2022 11:39:21 +0000
(12:39 +0100)
Change-Id: I66726de18610a4405f519371d0ca3edcec1eb252
Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
(cherry picked from commit
8849fb8903a24beeace9a39768a9821b5ce13b90
)
tox.ini
patch
|
blob
|
history
diff --git
a/tox.ini
b/tox.ini
index
2fc1db7
..
eaa52c1
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"
#######################################################################################