Skip to content

Commit 089353f

Browse files
committed
Add release note for auto_envvar_prefix support
Signed-off-by: Stephen Finucane <[email protected]> Closes: #105
1 parent 25516ad commit 089353f

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ coverage.xml
4949
# Sphinx documentation
5050
docs/_build/
5151

52+
# reno
53+
RELEASENOTES.rst
54+
releasenotes/notes/reno.cache
55+
5256
# pbr
5357
AUTHORS
5458
ChangeLog
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
features:
3+
- |
4+
The ``auto_envvar_prefix`` parameter, which enables automatic environmental
5+
variables for all parameters in a click application, is now supported. For
6+
more information on this feature, refer to the `click documentation`__.
7+
8+
.. __: https://click.palletsprojects.com/en/8.1.x/options/#values-from-environment-variables

0 commit comments

Comments
 (0)