foundry-release-git
Version:
git release library for foundry
18 lines (15 loc) • 322 B
YAML
language: node_js
node_js:
- "16"
- "14"
- "12"
before_script:
# Configure `git` user
- git config --global user.email "foundry-test@mailinator.com"
- git config --global user.name "Foundry Test"
notifications:
email:
recipients:
- todd@twolfson.com
on_success: change
on_failure: change