Skip to content

Commit

Permalink
🐛 semantic-release name normalized
Browse files Browse the repository at this point in the history
Signed-off-by: rjdbcm <[email protected]>
  • Loading branch information
rjdbcm committed Aug 4, 2024
1 parent 5ccca49 commit 56d7331
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 @@ -311,7 +311,7 @@ foreach name : namespace
if app in done
continue
elif app in ['python-semantic-release']
app = 'semantic-release'
app = 'semantic_release'
endif
header = ['$', 'meson', 'test', '--suite=@0@'.format(suite)]
feature = get_variable(suite)
Expand Down

0 comments on commit 56d7331

Please sign in to comment.