We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5d519d commit 8b1b329Copy full SHA for 8b1b329
docs/docsite/rst/conf.py
@@ -44,7 +44,7 @@
44
45
VERSION = (
46
# Controls branch version for core releases
47
- 'devel' if tags.has('core_lang') or tags.has('core') else
+ '2.18' if tags.has('core_lang') or tags.has('core') else
48
# Controls branch version for Ansible package releases
49
'devel' if tags.has('ansible') or tags.has('all')
50
else '<UNKNOWN>'
0 commit comments