Skip to content

Versioning

Brian Hoehne edited this page May 10, 2017 · 1 revision

Released versions are set by the Github Release/Tag UI. In the format v MAJOR_VERSION . FEATURE_VERSION . PATCH_VERSION

A normal release would see v0.4.0 released and v0.5.0 become the "development" version

The next release Circle would push the v0.5.0 version to S3, and increment the version to v0.6.0. A bug fix in QA/Prod would see a minor release, i.e. v0.5.1

The version refers to the path of parser in S3 AND the package.json version in the source code. Developers should never have to touch the version in the source code.

Clone this wiki locally