Skip to content

Commit

Permalink
🐛 fix semantic-release command name mismatch
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 eb7edf3 commit 9116e83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,9 @@ foreach name : namespace
set_variable(name + '_kwargs', {'suite': name, 'env': env})
command_names = get_option(name + '-suite')
foreach command : command_names
if command == 'python-semantic-release'
command = 'semantic-release'
endif
if command not in plugin_only
_args = get_option('args-' + command)
else
Expand Down

0 comments on commit 9116e83

Please sign in to comment.