There are some things that should be done before tagging a breaking release.
This is what i have so far:
- Are you sure this is breaking? Tagging breaking releases that are not actually breaking just adds work for everyone.
- Increment version number / remove
-DEV suffix
- Delete any deprecations added since last nonbreaking release (don't forget to search for uses of
depwarn that might be scattered in the code)
- Write release notes and/or upgrading guide if appropriate.
There are some things that should be done before tagging a breaking release.
This is what i have so far:
-DEVsuffixdepwarnthat might be scattered in the code)