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:
Takashi Kajinami 2023-09-07 19:14:34 +09:00
parent e5c4dea5eb
commit b1ff18fdcb
1 changed files with 1 additions and 1 deletions

View File

@ -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.