Skip to content

Instantly share code, notes, and snippets.

@ccummings
Created May 16, 2018 04:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ccummings/fb5db011fa0094b38544dd86d56ad0a4 to your computer and use it in GitHub Desktop.
Save ccummings/fb5db011fa0094b38544dd86d56ad0a4 to your computer and use it in GitHub Desktop.
Sample configuration for ReleaseHawk
# GitHub Release
facebook/create-react-app
type: release
destination: ./vendor/cra
script: ./bin/update-cra.sh
# GitHub Commit with filter
feathersjs/feathers
type: commit
commit_re: chore(package)
destination: ./vendor/feathers
# File or API endpoint
carParkInfo
type: file
url: https://sps-opendata.pilotsmartke.gov.hk/rest/getCarparkInfos
destination: ./data/carpark
script: ./bin/process-data.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment