Skip to content

Commit 5246000

Browse files
authored
Update CONTRIBUTING.md
1 parent 4a0f22c commit 5246000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The `develop` branch is the development branch which means it contains the next
2929
## Release instructions
3030

3131
1. Branch: Starting from `develop`, cut a release branch named `release/X.Y.Z` for your changes.
32-
2. Version bump: Bump the version number in `package.json`, `package-lock.json` and any other relevant files if it does not already reflect the version being released.
32+
2. Version bump: Bump the version number in `package.json`, `package-lock.json`, `src/cli.ts` and any other relevant files if it does not already reflect the version being released.
3333
3. Changelog: Add/update the changelog in `CHANGELOG.md`.
3434
4. Props: update `CREDITS.md` file with any new contributors, confirm maintainers are accurate.
3535
5. New files: Check to be sure any new files/paths that are unnecessary in the production version are included in `.gitattributes`.

0 commit comments

Comments
 (0)