Skip to content

Development

Mads Thines edited this page Oct 31, 2018 · 2 revisions

🛠 Maintenance of React Boilerplate

If you want to help maintain the Boilerplate, feel free to create PR and target it against the base branch.

We're using release-it to updating the version numbers and making releases.

If you add -n after it skips all questions

yarn release - To make a patch release

yarn release minor - To make a minor release

yarn release major - To make a major release

Version Controling

1.2.3

  • 1.x.x = Compatibility Breaking Changes
  • x.1.x = Major Changes (New features)
  • x.x.1 = Minor Changes (Patches)