diff --git a/.changeset/fresh-cameras-learn.md b/.changeset/fresh-cameras-learn.md new file mode 100644 index 00000000..2a312af9 --- /dev/null +++ b/.changeset/fresh-cameras-learn.md @@ -0,0 +1,5 @@ +--- +"@adobe/token-diff-generator": minor +--- + +minor fixes to diff tool comparisons diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 29b69b92..9ee2bba7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: uses: changesets/action@v1 with: # this expects you to have a npm script called version that runs some logic and then calls `changeset version`. - version: pnpm version + # version: pnpm version commit: "chore: release" # This expects you to have a script called release which does a build for your packages and calls changeset publish publish: pnpm release