Releases: hkdobrev/run-if-changed
Releases · hkdobrev/run-if-changed
0.5.0-alpha.2 Fix publishing automatically
What's changed
- Allow GitHub Actions to access id-token write permissions to generate a provenance report for publishing.
Full Changelog: 0.5.0-alpha.1...0.5.0-alpha.2
0.5.0-alpha.1
What's Changed
- Bump to latest dependencies, fixing known vulnerabilities in dependencies
- feat: Bump to latest dependencies and fix call signature on parseStringArgv by @MartinAndreev in #84
- CI improvements by @hkdobrev in #88
- feat: bump cosmiconfig, execa, string-argv by @MartinAndreev in #89
- Publish via CI after testing on all supported node versions by @hkdobrev in #90
New Contributors
- @MartinAndreev made their first contribution in #84
Full Changelog: 0.4.0...0.5.0
0.4.0: Deduplicate commands, full GitHub actions
- Duplicate commands are being executed only once per HEAD change now.
- Publishing through GitHub actions to npm registry and GitHub Package registry works now.
v0.3.1: Publish with GitHub Actions
v0.3.0: Remove application options from CLI entry point
v0.2.6: Recursively diff trees
#9 takes care of a previous problem where only changed files in the root would be detected. Now run-if-changed
will detect files nested deeper in the project structure.
Thanks to @gorkalaucirica for this contribution!
0.2.0: Find local binaries and improve structure
0.1.1: Fix finding a binary outside of library
0.1.0: Initial release
Initial release with basic functionality based on Git and a bash script. Using commander and cosmiconfig for simple one-file implementation.