Skip to content

Commit

Permalink
Update releasing instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
devoto13 committed Feb 8, 2020
1 parent b01729e commit ffd4932
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ Command | Purpose
1. Update the `UPGRADING.md` if necessary
1. `yarn build && yarn build:schematics`
1. `cd dist/angular-fontawesome`
1. `npm publish`
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. Create a [new release](https://github.com/FortAwesome/angular-fontawesome/releases/new) with CHANGELOG details

0 comments on commit ffd4932

Please sign in to comment.