Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
juga
sbws
Commits
1b1fbdbf
Commit
1b1fbdbf
authored
Feb 04, 2022
by
juga
Browse files
fix: maint: Require mako library to create release
parent
7536a3ff
Pipeline
#26750
passed with stages
in 18 minutes and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
scripts/maint/release.py
View file @
1b1fbdbf
...
...
@@ -51,6 +51,12 @@ try:
except
ImportError
:
print
(
"Please, install gitchangelog: `pip install gitchangelog`"
)
sys
.
exit
(
1
)
# Not used directly, but gitchangelog depends on it
try
:
import
mako
# noqa
except
ImportError
:
print
(
"Please, install mako: `pip install mako`"
)
sys
.
exit
(
1
)
import
sbws
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment