-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Tetsuharu Ohzeki edited this page Jul 2, 2024
·
10 revisions
This document is PUBLIC. Please be careful.
- Node.js
- Enable corepack by
corepack enable
npm run build
npm run test
- Bump version defined in package.json.
- To create a change,
npm version <version> --no-git-tag-version --workspace ./packages/http-helper
is useful.
- To create a change,
- Land a commit including the change by step 1 into main branch.
- Create a new release from "Releases".
- Should create a version tag
- A version tag should be
v<major>.<minor>.<patch>
format.
- Check to start the release automation workflow on GitHub Action.
We don't update it by dependabot automatically to avoid a breaking change high frequently (See the PR that disable dependabot for TypeScript).
But this does not block to update TypeScript forever. We should update it if we have a new feature in newer TypeScript version! And then, let's release its change as breaking change as major version.