mirror of
https://opendev.org/openstack/python-heatclient.git
synced 2026-01-16 23:00:35 +00:00
Fix release note generation
This fixes the following error in the release note job. Warning, treated as error: Invalid configuration value found: 'language = None'. Update your configuration to a valid language code. Falling back to 'en' (English). Change-Id: I9952c587b238a286a73e410585f5e1a6e548c7d7
This commit is contained in:
parent
e5c4dea5eb
commit
b1ff18fdcb
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ release = ''
|
|||
#
|
||||
# This is also used if you do content translation via gettext catalogs.
|
||||
# Usually you set "language" from the command line for these cases.
|
||||
language = None
|
||||
# language = None
|
||||
|
||||
# List of patterns, relative to source directory, that match files and
|
||||
# directories to ignore when looking for source files.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue