Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Releases: Ilshidur/action-slack

2.1.0

08 Sep 16:17
689ad44
Compare
Choose a tag to compare

Features :

From now on, this Action won't need Docker when running on the GitHub side. Thanks to @itsmelion on this PR.

Docs :

  • added 2 alternatives to this project

Internal :

  • bumped some dependencies

2.0.2

17 Apr 17:00
efb86f4
Compare
Choose a tag to compare

Docs :

  • README : compatibility notes

Chores :

  • bumped some dependencies

2.0.1

02 Mar 09:34
Compare
Choose a tag to compare

Features :

  • action.yml config file

2.0.0

23 Jan 11:49
fb92a78
Compare
Choose a tag to compare

2.0.0

Big thanks to itsmelion for the rework. 馃帀

BREAKING CHANGES

  • Dropped message override env var: SLACK_OVERRIDE_MESSAGE.
  • SLACK_USERNAME defaults to webhook bot name instead of the action.

Please follow the README.md file for more informations about the new/reworked supported environment variables.

Features

  • 100% customized payload.
  • Custom avatar using SLACK_AVATAR.

1.6.2

10 Sep 11:48
Compare
Choose a tag to compare

Fixes :

  • allow multiline \n character replacement

1.6.1

10 Sep 07:42
Compare
Choose a tag to compare

Fixes :

  • only 1st \n character un-escaped

1.6.0

09 Sep 20:01
Compare
Choose a tag to compare

Features :

Fixes :

  • multiline messages not working (#35)

Changes :

  • bump dependencies

1.5.0

04 Apr 13:35
Compare
Choose a tag to compare

Features :

  • env vars & args validation
  • development setup

Fixes :

  • [README.md] feedback link

1.4.0

15 Mar 07:58
Compare
Choose a tag to compare

Features :

  • payload interpolation to override message

Changes :

  • Docker : bump node version
  • bump yargs package

1.3.0

25 Feb 18:25
Compare
Choose a tag to compare

Features :

  • full message override (#12)

Changes :

  • bump yargs
  • optimize container build speed

Fixes :

  • [Readme] update recommended commit
  • [Readme] typos