Skip to content

Releases: hkdobrev/run-if-changed

0.5.0-alpha.2 Fix publishing automatically

05 Aug 14:28
Compare
Choose a tag to compare

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

05 Aug 14:22
Compare
Choose a tag to compare
0.5.0-alpha.1 Pre-release
Pre-release

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

Full Changelog: 0.4.0...0.5.0

0.4.0: Deduplicate commands, full GitHub actions

16 Nov 22:55
Compare
Choose a tag to compare
  • 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

16 Nov 22:53
Compare
Choose a tag to compare

v0.3.0: Remove application options from CLI entry point

14 Nov 01:02
Compare
Choose a tag to compare

Also replacing Travis CI with GitHub actions.

See #14 and #13.

v0.2.6: Recursively diff trees

13 Nov 23:49
Compare
Choose a tag to compare

#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

05 Jan 01:12
Compare
Choose a tag to compare

0.1.1: Fix finding a binary outside of library

05 Jan 01:11
Compare
Choose a tag to compare

0.1.0: Initial release

04 Jan 20:08
Compare
Choose a tag to compare

Initial release with basic functionality based on Git and a bash script. Using commander and cosmiconfig for simple one-file implementation.