semantic versioning release action
Version updated for https://github.com/iwpnd/semantic-release-action to version v1.0.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 Semantic Release GitHub Action automates the process of versioning and publishing software releases by integrating with the semantic-release tool. It simplifies release workflows by enabling the use of custom shareable configuration files hosted on GitHub, supports semantic-release v16+, and provides advanced features such as monorepo support, configurable branch strategies, and dry-run validation. This action is particularly useful for teams managing private or organization-specific release configurations without requiring publication to npm.
Release notes
1.0.2 (2026-03-22)
🐛 Bug Fixes
- node >= 24 (969f497)