Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 345 Bytes

RELEASE.md

File metadata and controls

16 lines (11 loc) · 345 Bytes

Release

First tag a version and push it:

git tag v0.1.2
git push origin v0.1.2

Once the github action has created the release artifacts then publish the snap:

yarn run publish

Even if the snap code has not changed publish so that the version in the npm registry is in sync with the downloads available on github releases.