Let’s say I release my-snap to stable:
$ snapcraft release my-snap 42 stable
Released 'my-snap' revision 42 to channels: 'stable'
Let’s say I release other-snap using the progressive feature to only 30% of stable, currently, I see this output:
$ snapcraft release other-snap 12 stable --progressive 30
Released 'other-snap' revision 12 to channels: 'stable'
It would be helpful if snapcraft would indicate the progressive percentage in its output, to acknowledge that it was used and indeed received, wording could be better, but I strongly feel it would be helpful and reassuring to provide this feedback to the user:
$ snapcraft release other-snap 12 stable --progressive 30
Released 'other-snap' revision 12 to channels: 'stable' for 30% of clients
What do you think?