canonical / snap-vault

Vault is a tool for securely accessing secrets
https://snapcraft.io/vault
Other
16 stars 10 forks source link

fix: Take track from branch name #72

Closed gruyaume closed 5 months ago

gruyaume commented 5 months ago

Description

The track used to be taken from the version in snapcraft.yaml (ex. 1.15.4). Unfortunately, those follow 3 value semantics (x.y.z) while the snap track is a 2 value one (x.y). This causes snap publishing to fail in main and in stable/1.15.

Here we take the track from the branch name instead of using the specific version in snapcraft.yaml

Note

A new track was requested in Snapcraft: