Description:
Currently, there is no way to preview release changes before merging a pull request. Adding a semantic-release dry-run workflow will allow us to simulate releases and display version bumps and release notes directly on PRs.
This improves visibility into how changes impact versioning and helps validate commit messages.
- Workflow Setup (.github/workflows/)
- Semantic Release Configuration
- Output Handling
Extract:
- PR Integration
Post a comment on the PR with:
Expected Outcome:
- Developers can preview release impact before merging
- Better understanding of version bumps
- Improved confidence in release process
Description:
Currently, there is no way to preview release changes before merging a pull request. Adding a semantic-release dry-run workflow will allow us to simulate releases and display version bumps and release notes directly on PRs.
This improves visibility into how changes impact versioning and helps validate commit messages.
Extract:
Post a comment on the PR with:
Expected Outcome: