feat: show progressive percentage in release output
Metadata
Current evaluation
Merged. Updates snapcraft release output to display the progressive rollout percentage. Approved by reviewers, CLA verified, and CI passed before integration.
Suggested action: —
No scores available.
Issue body
When using the 'progressive' feature, this was not reflected in the feedback from the snapcraft command.
Amended the output so you see what you did and you can be sure this is what was done.
Based on https://forum.snapcraft.io/t/feedback-on-progressive-percentage-in-snapcraft-output/49407 but with better wording: 'users' instead of 'clients'; this is more in line with snapcraft parlance.
Previous:
```
$ snapcraft release my-snap 12 stable --progressive 30
Released 'my-snap' revision 12 to channels: 'stable'
```
now:
```
$ snapcraft release my-snap 12 stable --progressive 30
Released 'my-snap' revision 12 to channels: 'stable' for 30% of users
```
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged. Updates snapcraft release output to display the progressive rollout percentage. Approved by reviewers, CLA verified, and CI passed before integration. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged a feature updating snapcraft release output to display the progressive rollout percentage. The change appends the user percentage to the success message. Approved after contributor CLA verification and merged. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged a feature displaying the progressive release percentage in snapcraft output. Approved after CLA verification and PR title correction. The update improves command feedback during progressive channel releases. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #3306 storeapi: add support for reporting status of progressive releases | snapcraft | merged | Merged. Adds CLI reporting for progressive release status by parsing the Snap Store API current-percentage field. Reviewers approved changes and dismissed unrelated CI failures. Enables tracking rollout percentages in snapcraft status output. | |
| #2238 reporting: record the released version for errors | snapcraft | merged | Merged changes to record the released snapcraft version in error reports. Approved by reviewer, passed CI checks, and integrated with a 13-line update. |