diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8b408a22..0184d5ad 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: id: changesets uses: changesets/action@v1 with: - version: yarn version + version: yarn bump publish: yarn release commit: "chore(changeset): release packages" env: diff --git a/package.json b/package.json index afedda82..50ff7e27 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "build": "yarn workspaces foreach -A -t run build", "test": "yarn workspaces foreach -A -t run test", "change": "yarn changeset", - "version": "yarn changeset version && yarn install --mode update-lockfile", + "bump": "yarn changeset version && yarn install --mode update-lockfile", "release": "yarn build && yarn test && yarn build-storybook && changeset publish", "build-storybook": "(cd ./packages/arancini && yarn build-storybook)", "storybook": "(cd ./packages/arancini && yarn storybook)"