The next
branch allows the library to be published with a pre-release version. This branch should only be used sporadically in case of a major breaking change, for example the upgrade to a major version of Angular.
For additional information check the semantic release docs.
- Create a branch called
next
from the latest master - Create the feature branch
- Once the work is complete merge the feature branch into
next
- When happy with the pre-release, merge
next
intomaster
- Delete
next