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 18
18
description : " What versions are affected? Versions must be listed as supported in the Security Policy (file: `SECURITY.md`)."
19
19
multiple : true
20
20
options :
21
+ - " v1.1.0-beta.1"
21
22
- " v1.0.2"
22
23
- " v1.0.1"
23
24
validations :
Original file line number Diff line number Diff line change 13
13
14
14
| ** Releases / Tags / Versions** | ** Status** | ** Target - PowerShell** | ** Target - NodeJS (Wrapper API)** | ** Target - NPM (Wrapper API)** |
15
15
| :-:| :-:| :-:| :-:| :-:|
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 |
19
20
20
21
## Report Vulnerability
21
22
Original file line number Diff line number Diff line change 3
3
RootModule = ' hugoalh.GitHubActionsToolkit.psm1'
4
4
5
5
# Version number of this module.
6
- ModuleVersion = ' 1.0.2 '
6
+ ModuleVersion = ' 1.1.0 '
7
7
8
8
# Supported PSEditions
9
9
# CompatiblePSEditions = @()
242
242
ReleaseNotes = ' (Please visit https://github.com/hugoalh-studio/ghactions-toolkit-powershell/releases.)'
243
243
244
244
# Prerelease string of this module
245
- # Prerelease = ''
245
+ Prerelease = ' beta.1 '
246
246
247
247
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
248
248
RequireLicenseAcceptance = $False
You can’t perform that action at this time.
0 commit comments