Skip to content

Commit 6114de6

Browse files
committed
Fix DEVELOPMENT.md
1 parent c83fa27 commit 6114de6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

DEVELOPMENT.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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
2020
1. Add new contributors to the `contributors` section
2121
1. 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`
2523
1. `git add . && git commit -m 'Release VERSION'`
2624
1. `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)
2728
1. Create a [new release](https://github.com/FortAwesome/ember-fontawesome/releases/new) with `CHANGELOG` details
2829

2930
## Authenticating with the npm.fontawesome.com registry

0 commit comments

Comments
 (0)