Skip to content

Action Updater v0.0.11 (beta release)

Choose a tag to compare

@vsoch vsoch released this 23 Oct 23:45
· 11 commits to main since this release
2c2216e

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