This release includes some package updates, improvements to the published library (thanks @kevinpollet!) and an addition of action.yml
to the generated template. This is to support GitHub Actions v2 🎉 2️⃣
What’s Changed
- Use GitHub Actions for CI (#102) @JasonEtco
- Create actions with action.yml (#101) @JasonEtco
- npm audit fix (#100) @JasonEtco
- Add a note to the README about actions/toolkit (#99) @JasonEtco
- Bump lodash from 4.17.11 to 4.17.14 (#96) @dependabot
- add link to octokit/graphql repo for documentation (#95) @bdougie
- Bump js-yaml from 3.13.0 to 3.13.1 (#93) @dependabot
- Bump handlebars from 4.1.0 to 4.1.2 (#92) @dependabot
- Use a whitelist to specify files included in published package (#89) @kevinpollet
- Add Node.js 12 to Travis CI build matrix (#90) @kevinpollet