File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
hugoalh.GitHubActionsToolkit Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1818 description : " What versions are affected? Versions must be listed as supported in the Security Policy (file: `SECURITY.md`)."
1919 multiple : true
2020 options :
21+ - " v1.1.0-beta.1"
2122 - " v1.0.2"
2223 - " v1.0.1"
2324 validations :
Original file line number Diff line number Diff line change 1313
1414| ** Releases / Tags / Versions** | ** Status** | ** Target - PowerShell** | ** Target - NodeJS (Wrapper API)** | ** Target - NPM (Wrapper API)** |
1515| :-:| :-:| :-:| :-:| :-:|
16- | v1.0.X | L | >= v7.2.0 | >= 14.15.0 | >= v6.14.8 |
17- | v1.0.0 | ❌{🐛} | >= v7.2.0 | >= 14.15.0 | >= v6.14.8 |
18- | v0.X.X | ❌{🐛🧓} | >= v7.2.0 | >= 14.15.0 | >= v6.14.8 |
16+ | v1.1.X | L | >= v7.2.0 | >= v14.15.0 | >= v6.14.8 |
17+ | v1.0.X | L | >= v7.2.0 | >= v14.15.0 | >= v6.14.8 |
18+ | v1.0.0 | ❌{🐛} | >= v7.2.0 | >= v14.15.0 | >= v6.14.8 |
19+ | v0.X.X | ❌{🐛🧓} | >= v7.2.0 | >= v14.15.0 | >= v6.14.8 |
1920
2021## Report Vulnerability
2122
Original file line number Diff line number Diff line change 33 RootModule = ' hugoalh.GitHubActionsToolkit.psm1'
44
55 # Version number of this module.
6- ModuleVersion = ' 1.0.2 '
6+ ModuleVersion = ' 1.1.0 '
77
88 # Supported PSEditions
99 # CompatiblePSEditions = @()
242242 ReleaseNotes = ' (Please visit https://github.com/hugoalh-studio/ghactions-toolkit-powershell/releases.)'
243243
244244 # Prerelease string of this module
245- # Prerelease = ''
245+ Prerelease = ' beta.1 '
246246
247247 # Flag to indicate whether the module requires explicit user acceptance for install/update/save
248248 RequireLicenseAcceptance = $False
You can’t perform that action at this time.
0 commit comments