You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ The `develop` branch is the development branch which means it contains the next
29
29
## Release instructions
30
30
31
31
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.
33
33
3. Changelog: Add/update the changelog in `CHANGELOG.md`.
34
34
4. Props: update `CREDITS.md` file with any new contributors, confirm maintainers are accurate.
35
35
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