Skip to content

Commit 856fe7a

Browse files
committed
Fix DEVELOPMENT.md
1 parent 786f0b8 commit 856fe7a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

DEVELOPMENT.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ test | Test all supported versions
2424
1. `git add . && git commit -m 'Release VERSION'`
2525
1. `git push`
2626
1. `cd ember-fontawesome`
27-
1. `pnpm publish --tag latest --tag latest-3`
28-
1. `pnpm publish --tag latest --tag latest-3 --registry https://npm.fontawesome.com` (publish to Pro registry)
27+
1. `pnpm publish --tag latest`
28+
1. `pnpm dist-tag add @fortawesome/ember-fontawesome@3.0.0 latest-3` (Update 3.0.0 always released version number)
29+
1. `pnpm publish --tag latest --registry https://npm.fontawesome.com` (publish to Pro registry)
30+
1. `pnpm dist-tag add @fortawesome/ember-fontawesome@3.0.0 latest-3 --registry https://npm.fontawesome.com` (publish tag 3.x to Pro registry)
2931
1. Create a [new release](https://github.com/FortAwesome/ember-fontawesome/releases/new) with `CHANGELOG` details
3032

3133
## Authenticating with the npm.fontawesome.com registry
@@ -44,6 +46,6 @@ npm login --registry https://npm.fontawesome.com
4446
```
4547

4648
- The username is the "slug" for your Cloudsmith account. For example mine is "rob-madole".
47-
- Enter the password that you setup just a few minutes ago.
49+
- Enter as password (it's the API Key, which you will find under API Settings)
4850
- It says the your email is PUBLIC. Pretty sure that's false since the auth is through Cloudsmith.
4951
- This doesn't overwrite your standard login, just adds to your `~/.npmrc`

0 commit comments

Comments
 (0)