Skip to content

mesh1nek0x0/release-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

release-it job sample

release-it in CircleCI Job sample

📌 Description

DEMO

release-it in CircleCI

✅ Features

  • 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

ℹ️ Anything else

  • need github user key at circleci project setting
  • need personal token to call CircleCI Job

📝 Author

mesh1nek0x0

📋 LICENCE

MIT