Skip to content

Releases: evryfs/notify-slack-action

js-v2.0.0

19 Nov 15:28
ae5d9ec
Compare
Choose a tag to compare
  • new: bump node:20

What's Changed

  • Change usage part in README to reflect current state by @Otterian in #1
  • Bump Action to node20 by @Otterian in #9

New Contributors

Full Changelog: js-v1.0.0...js-v2.0.0

Action code migrated in NodeJS

02 Dec 12:59
70f9872
Compare
Choose a tag to compare

[js-v1.0.0] - 2022-12-02

Added

  • Mechanism system to include 'templates' and 'blocks' format
  • New docs/ files have been added

Changed

  • Action architecture is now using JS (node 16x)
  • README.md has been updated and simplified

First release v0.2.0

17 Oct 12:41
Compare
Choose a tag to compare

[v0.2.0] - 2022-09-20

Added

  • Using GitHub Actions native way of using parameters
  • Add action.yml file according to GitHub Actions guideline

Changed

  • entrypoint.sh has been updated according to the new parameters
  • Dockerfile is using alpine:3.16 as base image
  • README.md has been updated and simplified