Skip to content

Commit

Permalink
chore(docs): add a note about commit message during Angular upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
DethAriel committed Jun 25, 2022
1 parent fde2357 commit 91b80be
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,13 @@ In order for everything to go smooth, you'll need to check prerequisites first:
After you did that, follow the below process:

- Pushed the latest changes to upstream: `git push`
- use `feat(package): add Angular X support` for commit messages that upgrade Angular version

- use the following commit message convension when updating Angular to a newer version:
> feat(package): add Angular N support
>
> BREAKING CHANGE:
> Angular v(N-1) is no longer supported with this version. Pin `ng-recaptcha` to `vM.x.x` to retain support for a previous Angular version
- Ensure that the build succeeds
- To start with, make sure all the dependencies are up-to-date: `yarn && yarn clean`
- Then you need to prepare a release.
Expand Down

0 comments on commit 91b80be

Please sign in to comment.