mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
docs: update release guide
This commit is contained in:
parent
5bb2197371
commit
afa692c9e0
1 changed files with 3 additions and 3 deletions
|
@ -183,9 +183,9 @@ git commit -m "v$(jq -r '.version' package.json)"
|
||||||
# 3. Create a tag based on the current version, either manually or with `jq`:
|
# 3. Create a tag based on the current version, either manually or with `jq`:
|
||||||
git tag "v$(jq -r '.version' package.json)"
|
git tag "v$(jq -r '.version' package.json)"
|
||||||
|
|
||||||
# 4. Push files, then publish
|
# 4. Push branch and tag, then publish
|
||||||
git push
|
git push master [tag]
|
||||||
npm publish
|
yarn publish
|
||||||
|
|
||||||
# 5. Generate release notes on GitHub, and comment on issues and pull requests
|
# 5. Generate release notes on GitHub, and comment on issues and pull requests
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue