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 GitHub Action tag-n-slack creates a new tag with a changelog from either CHANGELOG.md or the latest commit hash and message. It automates the creation of release tags, notifies Slack about the release, and includes optional ticket information in the notification. The key capabilities include version retrieval strategies, slack notification customization, and ticket configuration options.
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)