Following the conversation from canonical#99 (comment), we need to update the argument description for chisel cut --release. As you can see in the help info below, it should also include branch name.
$ chisel cut --help
Usage:
chisel cut [cut-OPTIONS] [<slice names>...]
The cut command uses the provided selection of package slices
to create a new filesystem tree in the root location.
[cut command options]
--release=<dir> Chisel release directory
--root=<dir> Root for generated content
--arch=<arch> Package architecture
Following the conversation from canonical#99 (comment), we need to update the argument description for
chisel cut --release. As you can see in the help info below, it should also include branch name.