File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,10 @@ test | Test all supported versions
24241 . ` git add . && git commit -m 'Release VERSION' `
25251 . ` git push `
26261 . ` 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)
29311 . 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 `
You can’t perform that action at this time.
0 commit comments