Add reno & start at release notes
Add reno & start at having release notes Change-Id: I747ccfd87cc56e0797ec899097a6e338c720692e
This commit is contained in:
parent
7d00195eff
commit
0661da9c91
@ -22,7 +22,8 @@ sys.path.insert(0, os.path.abspath('../..'))
|
||||
extensions = [
|
||||
'sphinx.ext.autodoc',
|
||||
#'sphinx.ext.intersphinx',
|
||||
'oslosphinx'
|
||||
'oslosphinx',
|
||||
'reno.sphinxext'
|
||||
]
|
||||
|
||||
# autodoc generation is a bit aggressive and a nuisance when doing heavy
|
||||
|
@ -15,6 +15,7 @@ Contents:
|
||||
installation
|
||||
usage
|
||||
contributing
|
||||
releasenotes
|
||||
|
||||
Indices and tables
|
||||
==================
|
||||
|
5
doc/source/releasenotes.rst
Normal file
5
doc/source/releasenotes.rst
Normal file
@ -0,0 +1,5 @@
|
||||
=============
|
||||
Release Notes
|
||||
=============
|
||||
|
||||
.. release-notes::
|
28
releasenotes/notes/heredoc-ignore-905b29053652f90e.yaml
Normal file
28
releasenotes/notes/heredoc-ignore-905b29053652f90e.yaml
Normal file
@ -0,0 +1,28 @@
|
||||
---
|
||||
fixes:
|
||||
|
||||
- Ignore contents of ``heredoc`` values. ``heredocs`` usually
|
||||
contain content in a foreign syntax so ``bashate`` will no longer
|
||||
consider them.
|
||||
|
||||
- Continuation lines are now parsed into an array, rather than a
|
||||
single logical-line. This fixes continuation lines being
|
||||
incorrectly reported as too long.
|
||||
|
||||
- |
|
||||
Indentation now allows emacs-formatted idents, where continuation
|
||||
lines for long commands align to the first argument above (rather
|
||||
than a strict modulo of 4). e.g.
|
||||
|
||||
::
|
||||
|
||||
longcommand arg1 arg2 arg3 \
|
||||
arg4 arg5
|
||||
|
||||
will no longer trigger a bad indent warning.
|
||||
|
||||
- Use ``bash -n`` to detect unclosed heredocs, rather than construct
|
||||
our own parsing.
|
||||
|
||||
- Correctly check for newlines at the end of all files; even if you
|
||||
only specify one file to check.
|
@ -0,0 +1,3 @@
|
||||
---
|
||||
other:
|
||||
- started using reno
|
@ -14,3 +14,4 @@ oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
|
||||
testrepository>=0.0.18
|
||||
testscenarios>=0.4
|
||||
testtools>=1.4.0
|
||||
reno>=0.1.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user