For larger projects and ISVs it is often a requirement to publish snaps using a brand account. Here is an overview of how to create a brand account and define collaborators.
Accounts are registered here: https://snapcraft.io/account
What we recommend is this:
Snaps can be registered using the snapcraft
tool or via the web. Snaps should be registered using the brand/umbrella account.
snapcraft
using snap install snapcraft --classic
on Linux or brew install snapcraft
on macOS.snapcraft login
and authenticate using the brand/umbrella account.snapcraft register yoursnapname
.When you’ve registered snap(s) using a brand/umbrella account, you should add team members’ personal accounts to the umbrella/brand account via the Dashboard for your snap. For example https://dashboard.snapcraft.io/snaps/yoursnapname/collaboration/
Collaborators can then push and release snaps using their personal accounts.
Last updated 4 years ago.