diff --git a/.changeset/moody-planets-search.md b/.changeset/moody-planets-search.md new file mode 100644 index 0000000..2542398 --- /dev/null +++ b/.changeset/moody-planets-search.md @@ -0,0 +1,5 @@ +--- +'@sketch-hq/sketch-file-format-ts': patch +--- + +Updated dependencies diff --git a/README.md b/README.md index f3cca40..e248cb1 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,11 @@ documents in TypeScript projects. ### Release 1. Following changes, run `yarn changeset` on the feature branch to document - changes. On merge, changesets will produce a PR with all changes since the - last release. -1. Merge the release PR maintained by the changesets - [GitHub Action](https://github.com/changesets/action). + changes. +1. If changes have been made to the `@sketch-hq/sketch-file-format` make sure to + include `@sketch-hq/sketch-file-format-ts` in the changeset. +1. On merge, changesets will produce a release pull-request named _Version + Packages_ with all changes since the last release. +1. Merge the release pull-request maintained by the changesets + [GitHub Action](https://github.com/changesets/action) to publish new releases + to NPM.