From ffd49320242ffeb9fc5dcfcec8ffc0e3ec6c3241 Mon Sep 17 00:00:00 2001 From: Yaroslav Admin Date: Sat, 8 Feb 2020 13:50:43 +0100 Subject: [PATCH] Update releasing instructions --- DEVELOPER.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DEVELOPER.md b/DEVELOPER.md index a984ab2..309a0ec 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -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 && 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