Below you will find pages that utilize the taxonomy term “Mallowigi”
August 20, 2026
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.
August 14, 2026
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 release tag with a changelog and notifies Slack about the release. It automates the process of extracting version information from either package.json or commit hash/message, updating the changelog, creating a release tag, and sending a notification to a specified Slack channel with details about the release.
August 5, 2026
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.
August 1, 2026
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 This GitHub Action creates a new Git tag with a changelog and notifies Slack about the release. It supports two version increment strategies: retrieving version from package.json and commit hash, and using “Squash and Merge” in PRs to get the merge commit’s version and message. The action also removes images and user attachments from the Slack message based on repository privacy settings.