flex-development/manver-action
Manifest version extraction utility
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 4, 2026
- License
- BSD
Pinned Snippet
uses: flex-development/manver-action@f9703a95ddf78a06ce0399ae7a2170576772b007 # 1.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| branch | the name of the branch to check when generating a build version | no | ${{ github.head_ref || github.ref_name }} |
| build | build metadata | no | ${{ github.event.pull_request.head.sha || github.sha }} |
| manifest | path to manifest file | no | package.json |
| property | version property path | no | .version |
| release-branch-prefix | the prefix used to mark release branches. build versions generated from release branches will not have metadata attached | no | release/ |
| tag-prefix | the prefix to prepend when generating release tags | no | — |
Outputs
| name | description |
|---|---|
| build | build version (generated from `outputs.manifest` and `inputs.build`) |
| manifest | version extracted from manifest |
| tag | release tag generated from manifest version |
| tag-build | release tag generated from build version |