mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +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`:
|
||||
git tag "v$(jq -r '.version' package.json)"
|
||||
|
||||
# 4. Push files, then publish
|
||||
git push
|
||||
npm publish
|
||||
# 4. Push branch and tag, then publish
|
||||
git push master [tag]
|
||||
yarn publish
|
||||
|
||||
# 5. Generate release notes on GitHub, and comment on issues and pull requests
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue