Improve publishing instructions

This commit is contained in:
Yaroslav Admin 2023-12-15 18:07:09 +01:00
parent a20496d424
commit 7e3e5ed5c1
1 changed files with 1 additions and 1 deletions

View File

@ -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)