mr-version/Generate Version Report
Generate comprehensive version reports for monorepo projects using Mister.Version
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository-path | Path to the Git repository root | no | . |
| project-dir | Directory containing projects to analyze (relative to repository-path) | no | — |
| output-format | Report output format (text, json, csv, markdown, graph) | no | markdown |
| output-file | File path to save the report (if not specified, outputs to console/summary) | no | — |
| branch | Branch to analyze (defaults to current branch) | no | — |
| tag-prefix | Prefix for version tags | no | v |
| include-commits | Include commit information in the report | no | true |
| include-dependencies | Include dependency information in the report | no | true |
| changed-only | Show only projects with version changes (false = show all projects) | no | false |
| post-to-pr | Post the report as a PR comment (requires pull_request event) | no | false |
| update-existing-comment | Update existing PR comment instead of creating new one | no | true |
| comment-header | Header text for PR comments to identify them | no | ## 📊 Version Report |
| graph-format | Graph format when output-format is "graph" (mermaid, dot, ascii) | no | mermaid |
| show-versions | Show version numbers in graph nodes | no | true |
| token | GitHub token for posting PR comments | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| report-content | The generated report content |
| report-file | Path to the generated report file (if output-file was specified) |
| projects-count | Number of projects analyzed |
| changed-projects-count | Number of projects with version changes |