This is a first stab at making these workflows more channel agnostic.
Until this point, only latest/candidate and latest/stable were considered. In this commit, we formalise that as latest/candidate as the default in all places, which should be backwards compatible. We also introduce channel as an input in more places and thread it through where necessary.
I think this is all that is needed to ensure that snaps such as gimp can run multiple tracks/channels.
This is a first stab at making these workflows more channel agnostic.
Until this point, only
latest/candidate
andlatest/stable
were considered. In this commit, we formalise that aslatest/candidate
as the default in all places, which should be backwards compatible. We also introducechannel
as an input in more places and thread it through where necessary.I think this is all that is needed to ensure that snaps such as
gimp
can run multiple tracks/channels.