Release Monorepo Action
Version updated for https://github.com/wearethefoos/release-monorepo-action to version v2.0.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates the creation of Semantic Versioning (SemVer) releases by analyzing conventional commit messages to determine version bumps. It generates GitHub releases with changelogs, updates package versions in manifest files, and supports multi-package monorepos. Additionally, it enables automated prerelease creation from pull requests, streamlining version management and release workflows.
What’s Changed
🚀 Features
- BREAKING CHANGE: migrate node runtime to 24 (#100)