Skip to content

Commit

Permalink
fix(tooling): also commit the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Apr 30, 2022
1 parent 700bc2a commit f9d962e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"preview": "vite preview",
"release": "npx bumpp package.json examples/*/package.json --execute 'pnpm run changelog' --commit 'chore(release): %s' --tag --push",
"release": "npx bumpp package.json examples/*/package.json --execute 'pnpm run changelog' --commit --all 'chore(release): %s' --tag --push",
"test": "vitest",
"test:e2e": "cypress open",
"test:unit": "vitest",
Expand Down Expand Up @@ -99,4 +99,4 @@
"node": ">=v16.15.0",
"pnpm": ">=6.32.11"
}
}
}

0 comments on commit f9d962e

Please sign in to comment.