Skip to content

Commit

Permalink
🔧(semantic-release): change args to --help
Browse files Browse the repository at this point in the history
Signed-off-by: rjdbcm <ozi.project@outlook.com>
  • Loading branch information
rjdbcm committed Sep 10, 2024
1 parent 93c51ed commit db51734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.options
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ option('install-args-sigstore', type: 'array', value: [], yield: true)
option(
'args-semantic_release',
type: 'array',
value: ['version', '--print'],
value: ['--help'],
yield: true,
)
option(
Expand Down

0 comments on commit db51734

Please sign in to comment.