File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
hugoalh.GitHubActionsToolkit Expand file tree Collapse file tree 3 files changed +3
-3
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.4 "
21
+ - " v1.1.0"
22
22
- " v1.0.2"
23
23
- " v1.0.1"
24
24
validations :
Original file line number Diff line number Diff line change 14
14
| ** Releases / Tags / Versions** | ** Status** | ** Target - PowerShell** | ** Target - NodeJS (Wrapper API)** | ** Target - NPM (Wrapper API)** |
15
15
| :-:| :-:| :-:| :-:| :-:|
16
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 |
17
+ | v1.0.X | 👎{🐛} | >= v7.2.0 | >= v14.15.0 | >= v6.14.8 |
18
18
| v1.0.0 | ❌{🐛} | >= v7.2.0 | >= v14.15.0 | >= v6.14.8 |
19
19
| v0.X.X | ❌{🐛🧓} | >= v7.2.0 | >= v14.15.0 | >= v6.14.8 |
20
20
Original file line number Diff line number Diff line change 243
243
ReleaseNotes = ' (Please visit https://github.com/hugoalh-studio/ghactions-toolkit-powershell/releases.)'
244
244
245
245
# Prerelease string of this module
246
- Prerelease = ' beta4 '
246
+ # Prerelease = ''
247
247
248
248
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
249
249
RequireLicenseAcceptance = $False
You can’t perform that action at this time.
0 commit comments