Releases: Khan/actions-utils
Releases · Khan/actions-utils
v1.5.0
Bug fixes and improvements
What's Changed
- Move flow coverage checking over to eslint 🎉🚀 by @jaredly in #24
- Remove usage of deprecated set-output action by @jeremywiebe in #27
New Contributors
- @jeremywiebe made their first contribution in #27
Full Changelog: v1.4.0...v1.5.0
v1.4.0
- Added the ability to provide a default base branch to
list-changed-files.js
. Now if no base branch is found, the base branch arg will be used, and if that is absent, the default ofmaster
will be used.
Usage: ./list-changed-files.js
or ./list-changed-files.js <default_base>
Updated to the latest checks and autofixers
Updating to the latest checks and autofixers (#2) ## Summary: Issue: MOB-XXXX ## Test plan: Author: lillialexis Reviewers: Reviewed by: Checks: ✅ Flow Coverage, ✅ Jest Coverage, ✅ Eslint, ⏭ autofix, ✅ lint_and_unit Pull request URL: https://github.com/Khan/actions-utils/pull/2
v1.0.0! Because we'd like to have version numbers we can depend on
We'll probably change more things, but this is working for now.