Skip to content

Commit b3cbaa1

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

DEVELOPMENT.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ test | Test all supported versions
1616

1717
**See authenticating with the npm.fontawesome.com registry before doing the following**
1818

19+
1. Check if all CI tests on github 3.x branch were passed
1920
1. Open `package.json` from `ember-fontawesome` folder and update the version number
2021
1. Add new contributors to the `contributors` section
2122
1. Update the `CHANGELOG.md`
22-
1. `pnpm install`, run `pnpm build`, `pnpm lint` and `pnpm test`
23+
1. `pnpm install`, run `pnpm build` and `pnpm lint`
2324
1. `git add . && git commit -m 'Release VERSION'`
2425
1. `git push`
2526
1. `cd ember-fontawesome`

0 commit comments

Comments
 (0)