Improve the 'release' response when resources are automatically released with the charm
Metadata
Current evaluation
No evaluation has been recorded for this issue yet.
Issue body
Charmhub will automatically release resources if previous releases had them:
```
$ charmcraft status facundo-snappass-test
Track Base Channel Version Revision Resources
latest ubuntu 20.04 (amd64) stable 1 1 redis-image (r1), snappass-image (r1)
candidate ↑ ↑ ↑
beta ↑ ↑ ↑
edge 7 4 redis-image (r1), snappass-image (r1)
...
$ charmcraft release facundo-snappass-test -r 4 -c stable
Revision 4 of charm 'facundo-snappass-test' released to stable
$ charmcraft status facundo-snappass-test
Track Base Channel Version Revision Resources
latest ubuntu 20.04 (amd64) stable 7 4 redis-image (r1), snappass-image (r1)
candidate ↑ ↑ ↑
beta ↑ ↑ ↑
edge 7 4 redis-image (r1), snappass-image (r1)
...
```
The response in the release command should be enhanced to something like '
Revision 4 of charm 'facundo-snappass-test' released to stable, including resources: redis-image (r1), snappass-image (r1)
Charmhub needs to return this information ([issue](https://bugs.launchpad.net/snapstore-server/+bug/1987696))
Evaluation history
No evaluation history available.