release-it in CircleCI Job sample
- bump up your app version triggered with API
## export CIRCLE_API_USER_TOKEN=xxxxxxxxxx
## ${TYPE} is expected one of below
## export TYPE=patch
## export TYPE=minor
## export TYPE=major
$ curl -u ${CIRCLE_API_USER_TOKEN}: -d build_parameters[CIRCLE_JOB]=release -d build_parameters[RELEASE_VERSION]=${TYPE} https://circleci.com/api/v1.1/project/github/mesh1nek0x0/release-sample/tree/master
- there are 3 jobs(build/test/release)
- build & test workflow will be started when you push repository
- need github user key at circleci project setting
- need personal token to call CircleCI Job