Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Latest commit

 

History

History
38 lines (28 loc) · 958 Bytes

RELEASING.md

File metadata and controls

38 lines (28 loc) · 958 Bytes
  1. 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
  2. Update the CHANGELOG.

    # if you have git-extras installed
    git changelog -t $VERSION
  3. Update the package.json version to the newest version.

  4. 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"
  5. 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
  6. Make a GitHub release for the change.

    https://github.com/Shopify/theme-check-vscode/releases/new