valadas/set-dnn-manifest-versions
Sets versions in dnn manifest packages
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| glob | Globbing pattern to include or exclude manifests to version | no | **/*.dnn |
| version | Version to set in the manifests, should be a manifest save version string as in 09.06.00 | yes | — |
| skipFile | A relative path (./some-folder/unversionedManifests.txt) to text file with one glob per line of the manifest files to not update. This will update all other .dnn files not listed. When this option is used, the glob input is ignored. | no | — |
| includeSolutionInfo | When true, also sets the versions in any found SolutionInfo.cs file. | no | false |
| includeIssueTemplates | This option is specially meant for the Dnn.Platform repository. Upon creation of a release branch, updates the issue templates to indicate the RC version. | no | false |
| includePackageJson | If true, will update all versions of package.json | no | false |
| includeDnnReactCommon | This option is specially meant for the Dnn.Platform repository. If true, will update all references to the react common bundle too. | no | false |
Outputs
no outputs