4.0.0 (2023-04-23)
- ci: debug outputs (11ed927)
- ci: fix invalid YAML (8f95f43)
- ci: fix the tag detection logic for new releases (f787a56)
- ci: rebuild and republish to use new branch and workflows (0c99fb3)
- ci: republish so latest changes get applied (8f00eaa)
- ci: republish so latest changes get applied (fa71c1f)
- ci: set up correct (?) condition to trigger publish (3e9c9ce)
- ci: try once again to publish new version (bcd27f6)
- ci: use the un-broken latest version of the workflow (0fe0643)
- ci: validate empty new release version (2b9684a)
- core: support ARM 64-bit environments (ea13673)
- core: support ARM 64-bit environments (99e22b3)
- core: cleanup downloaded artifacts (f331896), closes #639
- core: support fork PRs. (70a75ac), closes #627
- ci: semantic-release and its process is fundamentally broken when the repo moved from master to main for its main branch. This is an attempt to try to unfuck the git log/ref notes
3.2.0 (2022-10-21)
- ci: rebuild and republish to use new branch and workflows (0c99fb3)
- ci: use the un-broken latest version of the workflow (0fe0643)
3.1.1 (2022-10-20)
- ci: rebuild and republish to use new branch and workflows (0c99fb3)
- 🐛 Escape
action.yml
correctly so v3.x can be published - via#432
. This closes#430
. Thanks @antongolub!
- ✨ Coverage prefix will now work for
after-build
commands as well - via#266
. This closes#265
. Thanks @matthewshirley!
- 🐛 Default coverage command now correctly defaults to
''
- via#238
. This closes#235
. Thanks @bennypowers!
- Customizable working directory with the new
workingDirectory
option - via#220
. Thanks @arareko!
- Errors in the
before-build
andafter-build
steps, if any, are now surfaced correctly - via#214
. Thanks @olly!
- Dependencies upgraded to latest, including tape v5.
- Fixed regressions introduced in
#154
. Thanks @MartinNuc!
- Correctly report
HEAD
SHA for PRs (and some nice refactors) - via#141
. Thanks @vladjerca!
--prefix
fixes - via#131
. Thanks @rwjblue!
- Fixes #109 and #117(paambaati#117) - via
#118
.
- Fix reporting the wrong branch name for PRs - via
#115
.
- Custom
--prefix
support - via#111
.
- Multiple coverage locations support - via
#77
. Thanks @mattvv!
- Debug support - via
#45
.
env
issues introduced after the Husky-related fixes.
- Remove
husky
as a dependency.
- Automated releases thanks to
technote-space/release-github-actions
.
- Fix missing files.
- Fix runtime failures - via
0a0ba88
andc2422ad
.
- Code coverage will also be available in 'Overview' tab - via #43.
- Upgrade to
@actions/core
v1.1.1 - via #20.
- Inject
GITHUB_
environment vars as CC-specific ones - via #3. Thanks @b4nst!
- Release script.
- ⚡️ Replaced
got
withnode-fetch
. Now the action should run faster!
- ⚡️ Change from Docker to JavaScript.
- Initial release.