File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -16,14 +16,15 @@ test | Test all supported versions
1616
1717** See authenticating with the npm.fontawesome.com registry before doing the following**
1818
19- 1 . Edit ` package.json ` and update the version number
19+ 1 . Open ` package.json ` from ` ember-fontawesome ` folder and update the version number
20201 . Add new contributors to the ` contributors ` section
21211 . Update the ` CHANGELOG.md `
22- 1 . ` pnpm install ` and ` npm run build ` and ` npm run test `
23- 1 . ` npm publish --tag latest --tag latest-3 `
24- 1 . ` npm publish --tag latest --tag latest-3 --registry https://npm.fontawesome.com ` (publish to Pro registry)
22+ 1 . ` pnpm install ` , run ` pnpm build ` , ` pnpm lint ` and ` pnpm test `
25231 . ` git add . && git commit -m 'Release VERSION' `
26241 . ` git push `
25+ 1 . ` cd ember-fontawesome `
26+ 1 . ` pnpm publish --tag latest --tag latest-3 `
27+ 1 . ` pnpm publish --tag latest --tag latest-3 --registry https://npm.fontawesome.com ` (publish to Pro registry)
27281 . Create a [ new release] ( https://github.com/FortAwesome/ember-fontawesome/releases/new ) with ` CHANGELOG ` details
2829
2930## Authenticating with the npm.fontawesome.com registry
You can’t perform that action at this time.
0 commit comments