Skip to content

Commit

Permalink
🐛 normalize semantic-release to semantic_release
Browse files Browse the repository at this point in the history
Signed-off-by: rjdbcm <[email protected]>
  • Loading branch information
rjdbcm committed Aug 1, 2024
1 parent 1c77267 commit 351327c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ foreach name : namespace
command_names = get_option(name + '-suite')
foreach command : command_names
if command == 'python-semantic-release'
command = 'semantic-release'
command = 'semantic_release'
endif
if command not in plugin_only
_args = get_option('args-' + command)
Expand Down

0 comments on commit 351327c

Please sign in to comment.