Skip to content

Releases

Benny Neugebauer edited this page Jul 23, 2018 · 3 revisions

Create major release

If you want to create a major release which increases the version number by 1 (ex. from v1.x to v2.x), then you need to include BREAKING CHANGE in the description of your squash commit.

Screenshot:

image

Note: If you want to do a major update on multiple projects (with one PR), then you need to list them separated by commas:

refactor(api-client,core): Change import structure (#1234)

Clone this wiki locally