Releases: Shopify/snapit
Releases · Shopify/snapit
v0.0.13
v0.0.12
- Fix typo in snapshot comment message
v0.0.11
- Capture snapshot versions before
build_script
v0.0.10
- Disallow private packages from being published
- Check for snapshots before getting the timestamp
- Skip packages that do not have a
name
orversion
v0.0.9
- Add
branch
to publish to other package services - Add
custom_message
to add a markdown string to the generated GitHub comment - Add missing comma to GitHub comment seperating versions
v0.0.7
- Simplify GitHub comment to only provide
package.json
changes
v0.0.6
- Add support for pnpm
v0.0.5
v0.0.5
- Reorder
build_script
to run afterchangeset version
v0.0.4
v0.0.4
- Improve error handling
- Update action to use TypeScript
v0.0.3
- Fix issue with Version Packages PRs not resetting changesets
- Allow
build_script
to have&&
when multiple scripts are needed - Make
build_script
optional for projects that do not need a build