The authentication mechanism of version-it rely on a global acccess key named V_KEY
. You can use this key either in the query params or in the headers of any HTTP request.
You can find your own access key on this page.
organization | The name of the organization |
project | The name of the project |
branch | The name of the branch |
organization | The name of the organization |
project | The name of the project |
branch | The name of the branch |
major | Major part (semver) of the version |
minor | Minor part (semver) of the version |
patch | Patch part (semver) of the version |
revision | Optional, revision part (semver) of the version |
suffix | Optional, the suffix to apply on this project branch |
organization | The name of the organization |
project | The name of the project |
branch | The name of the branch |
organization | The name of the organization |
project | The name of the project |
branch | The name of the branch |
organization | The name of the organization |
project | The name of the project |
branch | The name of the branch |
level | The bump function to apply, one of the following values: MAJOR, MINOR, PATCH, REVISION |