Skip to content

Releases: Brymastr/slack-action

v1

24 May 23:06
Compare
Choose a tag to compare

v1 is a rewrite in Typescript. It includes tests and an updated dependency on @actions/core. It does not change functionality or include any new features.

Testing v1 rewrite

24 May 21:47
Compare
Choose a tag to compare
Pre-release

v1 is a rewrite in Typescript. It includes tests and an updated dependency on @actions/core. It does not change functionality or include any new features. This is a beta release to test out the action before doing a real release.

v0.1.1

15 May 05:48
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

First public release. Read README.md for instructions. Feel free to fork and submit PRs. v1.0 should include test and be written in Typescript.

v0.1.0

08 Jan 20:27
Compare
Choose a tag to compare

Most github context properties are now included by default without needing to pass them in through a with argument. Some properties have been renamed to make a bit more sense.

See Contexts for help.

Property Name Replacement Variable
github.sha commit
github.repository repo
github.ref ref
github.head_ref head_ref
github.base_ref base_ref
github.actor actor
github.event_name event
github.workflow workflow

In addition to these github context properties there are 2 computed properties that could be useful

Replacement Variable Description
repo_url the URL of the github repo
actions_url the URL of the github actions workflow run for the commit

This release closes #1 - Readme and closes #2 - Default properties

v0.0.1

26 Dec 04:20
Compare
Choose a tag to compare

Core functionality of sending custom slack block messages.