Improve publishing instructions
This commit is contained in:
parent
a20496d424
commit
7e3e5ed5c1
|
@ -51,6 +51,6 @@ Command | Purpose
|
|||
1. `npm publish` - publish to public registry
|
||||
1. `npm publish --registry https://npm.fontawesome.com` - publish to Pro registry
|
||||
1. `git commit -a -m 'Release VERSION'`
|
||||
1. `git tag <version> && git push && git push --tags` - create a tag and push all changes to GitHub
|
||||
1. `git tag <version> && git push upstream && git push upstream --tags` - create a tag and push all changes to GitHub
|
||||
1. Create a [new release](https://github.com/FortAwesome/angular-fontawesome/releases/new) with CHANGELOG details
|
||||
1. Update StackBlitz sample projects: [one](https://stackblitz.com/edit/angular-ivy-7jrcne) and [two](https://stackblitz.com/edit/angular-ivy-9mvggg)
|
||||
|
|
Loading…
Reference in New Issue