Skip to content

Releases: vsoch/action-updater

Action Updater v0.0.16

05 Nov 03:22
909ee9b
Compare
Choose a tag to compare

What's Changed

  • Add Installation Instructions to README.md by @mikemhenry in #22
  • [tributors] contributors/update-2022-11-05 by @github-actions in #23
  • add missing cache by @vsoch in #25

New Contributors

Full Changelog: 0.0.15...0.0.16

Action Updater v0.0.15

29 Oct 22:34
8aed0ef
Compare
Choose a tag to compare

What's Changed

  • add updater for action.yml files by @vsoch in #21

Full Changelog: 0.0.14...0.0.15

Action Updater v0.0.14

28 Oct 05:04
f922984
Compare
Choose a tag to compare

What's Changed

  • add support for custom linewidth by @vsoch in #20

Full Changelog: 0.0.13...0.0.14

Action Updater v0.0.13

25 Oct 22:22
eda65f5
Compare
Choose a tag to compare

Action Updater v0.0.12

25 Oct 18:27
e5a3d5c
Compare
Choose a tag to compare

What's Changed

  • fixing up logic for return value by @vsoch in #18
  • tiny fix for version bug by @vsoch in #19

Full Changelog: 0.0.11...0.0.12

Action Updater v0.0.11 (beta release)

23 Oct 23:45
2c2216e
Compare
Choose a tag to compare

This is the first beta release of the action updater! We have basic checks for:

  • set-output
  • set-env
  • save-state
  • versions

And specifically the last variant is likely most useful! This is a beta release in that the project has existed for less than 48 hours, and we are looking for user feedback (bugs? requests for customization or changes?) Please open an issue on the repository for all discussion! https://github.com/vsoch/action-updater/issues.

What's Changed

  • addition of updaters for set-output, set-state by @vsoch in #6
  • Bug/fix version comments by @vsoch in #7
  • [tributors] contributors/update-2022-10-23 by @github-actions in #8
  • adding complete docs, start of tests, and container build by @vsoch in #10
  • adding first shot at github action and docs by @vsoch in #11

New Contributors

  • @vsoch made their first contribution in #6
  • @github-actions made their first contribution in #8

Full Changelog: https://github.com/vsoch/action-updater/commits/0.0.11