Releases: checkdigit/github-actions
Releases · checkdigit/github-actions
v2.1.0
v1.0.2
What's Changed
- Added lcov reporter implementation by @carlansley in #6
- Fix setup path by @carlansley in #7
- Convert publish beta command to action by @adcreare in #10
- Expand beta process to perform all actions - compile, publish by @adcreare in #13
- Add .npmrc file if it does not exist by @adcreare in #15
- Actually call npmrc generation in publish by @adcreare in #17
- Use PR instead of beta and end with commit sha by @adcreare in #19
- added Check Imports action by @lukebrdn in #22
- changed to use node16, node18 broke CI by @lukebrdn in #23
- restrict got >= 12.0.0 and get-port >=6.0.0 by @greg-w101 in #26
- removed aws-sdk/types from not-allowed list by @lukebrdn in #31
- added reasons to not allowed list by @lukebrdn in #34
- updated dependencies by @lukebrdn in #33
- Update to typescript 5 by @carlansley in #36
- use npx for tsc and print version by @adcreare in #38
- Prevent test|spec.mts from being bundled by @adcreare in #42
- New actions for new beta process by @adcreare in #45
- Check for stale repos - where npm does not match main branch by @adcreare in #54
- Check label action by @adcreare in #53
- Bump allows v3 aws-sdk to 3.387.0 by @adcreare in #58
- Check-Published - notify to slack on errors by @adcreare in #60
- Perform bundle and print statistics by @adcreare in #65
- Skip over any bot comments on a PR by @adcreare in #67
- Support pagination - Check-Reviews by @adcreare in #68
- Allow esm only package import by @le-cong in #71
New Contributors
- @carlansley made their first contribution in #6
- @lukebrdn made their first contribution in #22
- @greg-w101 made their first contribution in #26
- @le-cong made their first contribution in #71
Full Changelog: v1.0.1...v1.0.2
Release 1.0.1
v1.0.1 Publish needs write access - repository public npm publish should be …