-
Set the VERSION environment variable and make sure you're on the latest main.
VERSION=X.X.X git checkout main git fetch origin main:main git reset --hard origin/main
-
Update the CHANGELOG.
# if you have git-extras installed git changelog -t $VERSION
-
Update the package.json version to the newest version.
-
Commit your changes and push your changes.
git add . git commit -m "Bump to $VERSION" git push origin main git tag "v$VERSION" git push origin "v$VERSION"
-
Install node deps + build extension + publish (assumes you have
vsce
globally installed -yarn global add vsce
)vsce login Shopify scripts/check-yarn-links.sh && yarn && yarn build && yarn && yarn build && vsce publish $VERSION
-
Make a GitHub release for the change.
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.