mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #38833 from Ch3LL/add_release_notes_2016.3.5
add 2016.3.5 changelog to release notes
This commit is contained in:
commit
a04ab86da1
2 changed files with 2349 additions and 1 deletions
File diff suppressed because it is too large
Load diff
|
@ -54,7 +54,8 @@ class DocTestCase(TestCase):
|
|||
if 'man' in key \
|
||||
or key.endswith('doc_test.py') \
|
||||
or key.endswith('doc/conf.py') \
|
||||
or key.endswith('/conventions/documentation.rst'):
|
||||
or key.endswith('/conventions/documentation.rst') \
|
||||
or key.endswith('doc/topics/releases/2016.3.5.rst'):
|
||||
continue
|
||||
|
||||
# Set up test return dict
|
||||
|
|
Loading…
Add table
Reference in a new issue