Slackalaka
Version updated for https://github.com/mallowigi/tag-n-slack to version 0.2.2.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The action automatically creates a new tag with a changelog from either the CHANGELOG.md file or the commit hash and message. It then notifies Slack about the release by sending a message with an emoji next to the Slack message, project name, version, and ticket information (if applicable). The action supports two strategies for determining the version: using the version from package.json and the changelog in CHANGELOG.md, or using the merge commit’s hash and message.
What’s Changed
- Truncate changelog content before subversion headers during parsing (4cba572)
- Remove redundant error handling for directory listing in
findPackageJson. (d48462d) - Remove redundant error handling for directory listing in
findPackageJson. (e8cca16) - Remove redundant error handling for directory listing in
findPackageJson. (0998ab2) - Remove redundant error handling for directory listing in
findPackageJson. (74b7ec6) - Remove redundant error handling for directory listing in
findPackageJson. (995b49e) - Add watch mode and enhance error handling for
findPackageJson(58f570c) - Add watch mode and enhance error handling for
findPackageJson(0a6a3ea) - Add watch mode and enhance error handling for
findPackageJson(d616c7f) - Migrate codebase and dependencies to ES modules. (bd554c2)