weflock/config.example.json
kirrg001 8729dafcf5 Extended yarn ship: more automation
no issue

- added gulp task to extend casper release automation
- will draft the release for you
- will get the user facing commits from changelog
- runs after `yarn ship` (postship)
- full automation with env variables is possible
2019-03-15 14:38:26 +01:00

7 lines
106 B
JSON

{
"github": {
"username": "<username>",
"token": "<gh-personal-access-token>"
}
}