Skip to content

Commit

Permalink
Improve publishing instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
devoto13 committed Dec 15, 2023
1 parent a20496d commit 7e3e5ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 7e3e5ed

Please sign in to comment.