You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we are craftctl set version="${TAG#v}" to set snap version. With this approach, there is no way to distinguish between release version in snapstore.
Example (screenshot) below show 3 different release in each channel, but version is same for all of them.
I believe that we should use something like <tag>-<commit-hash> for any commits ahead of tag, and <tag> only for commits marked with tag.
The text was updated successfully, but these errors were encountered:
Currently, we are
craftctl set version="${TAG#v}"
to set snap version. With this approach, there is no way to distinguish between release version in snapstore.Example (screenshot) below show 3 different release in each channel, but version is same for all of them.
I believe that we should use something like
<tag>-<commit-hash>
for any commits ahead of tag, and<tag>
only for commits marked with tag.The text was updated successfully, but these errors were encountered: