Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 1.54 KB

CHANGELOG.md

File metadata and controls

50 lines (31 loc) · 1.54 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

This project adheres to Semantic Versioning.

1.1.0 - 2024-09-14

Fixed

  • Missing mention condition when mention_if invalid #7.
  • Handle Slack throw error when sending message #8.

Added

  • Add unit test for all existing functions #8.
  • Add coverage information to the project #5.
  • Update README.md with new example and documentation #4 #8.
  • Add proper project description and metadata #8.

Changed

  • Default token to ${{ github.token }} #4.

Removed

  • Remove SLACK_WEBHOOK environment usage, use url input on with instead #4.

1.0.0 - 2024-09-05

First release of slackify action, a GitHub Action to send a notification to Slack #2.

Added

  • Notify result of GitHub Actions job to Slack Webhook, including detail of github context and commit information.
  • Mention to channel members with condition.