We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6114de6 commit b3cbaa1Copy full SHA for b3cbaa1
DEVELOPMENT.md
@@ -16,10 +16,11 @@ test | Test all supported versions
16
17
**See authenticating with the npm.fontawesome.com registry before doing the following**
18
19
+1. Check if all CI tests on github 3.x branch were passed
20
1. Open `package.json` from `ember-fontawesome` folder and update the version number
21
1. Add new contributors to the `contributors` section
22
1. Update the `CHANGELOG.md`
-1. `pnpm install`, run `pnpm build`, `pnpm lint` and `pnpm test`
23
+1. `pnpm install`, run `pnpm build` and `pnpm lint`
24
1. `git add . && git commit -m 'Release VERSION'`
25
1. `git push`
26
1. `cd ember-fontawesome`
0 commit comments