mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 10:51:06 +00:00
v1.0.0-next.1
This commit is contained in:
parent
9efe5255d2
commit
e4670a1a51
5 changed files with 262 additions and 381 deletions
|
@ -171,7 +171,15 @@ The workflow is automatically triggered when pushing a tag that begins with `v`
|
|||
|
||||
However, maintainers must perform a few things in preparation for a release.
|
||||
|
||||
Locally, while on `master` and the branch is clean, run `npm run release`. This command will:
|
||||
<!-- Instructions for next/* releases -->
|
||||
|
||||
While performing a prerelease:
|
||||
|
||||
1. manually bump `package.json`'s `version` key to your target version.
|
||||
2. ensure the `--first-release` flag is passed to the `standard-version` command.
|
||||
3. Run `npm run release` then continue below.
|
||||
|
||||
For regular releases, while on `master` and the branch is clean, run `npm run release`. This command will:
|
||||
|
||||
- Bump the semantic version in `package.json`
|
||||
- Generate notes in `CHANGELOG.md`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue