Skip to content

Commit

Permalink
Add support for releasing loopdev-3 package
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Dec 20, 2023
1 parent e3b7d87 commit 0a2fc53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release_management/create_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,8 @@ def _create_rust_subcommands(subparsers):

RustCrates.set_up_subcommand("stratisd_proc_macros", subparsers)

RustCrates.set_up_subcommand("loopdev", subparsers, subcmd_aliases=["loopdev-3"])


def _create_python_subcommands(subparsers):
PythonPackages.set_up_subcommand(
Expand Down

0 comments on commit 0a2fc53

Please sign in to comment.