OSS Template
Semantic Release Setup steps:
Update package.json
Go inside /package.json and update all the oss-template
references to the name of your package. This is especially important to update the name
, description
, and author
(so you get the proper credit!).
Give access
Give vf-serviceaccount
and Dev Team
access, "on Settings/Manage Access" - with WRITE access.
Hook CircleCI
Reference your project on CircleCI:
https://app.circleci.com/projects/project-dashboard/github/voiceflow/
This hooks your repository with CircleCI and will trigger a CI/CD flow.
Debugging
If husky or precommit doesn't seem to be working. Try running git config --unset core.hookspath