Skip to content

Commit bd74d1f

Browse files
committed
20230721B
1 parent eff91de commit bd74d1f

File tree

7 files changed

+173
-420
lines changed

7 files changed

+173
-420
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ body:
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.7.0-beta.3"
21+
- "v1.7.0-beta.4"
2222
- "v1.6.0"
2323
- "v1.5.0"
2424
- "v1.4.1"

bundler.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,6 @@ let packageMeta = JSON.parse(await fsReadFile(pathJoin(root, packageFileName), {
4444
delete packageMeta.scripts;
4545
delete packageMeta.dependencies;
4646
delete packageMeta.devDependencies;
47+
await fsWriteFile(pathJoin(inputDirectoryPath, packageFileName), `${JSON.stringify(packageMeta)}\n`, { encoding: "utf8" });
4748
await fsWriteFile(pathJoin(outputDirectoryPath, packageFileName), `${JSON.stringify(packageMeta, undefined, "\t")}\n`, { encoding: "utf8" });
4849
console.log(execSync(`"${pathJoin(root, "node_modules", ".bin", process.platform === "win32" ? "webpack.cmd" : "webpack")}"`).toString("utf8"));

hugoalh.GitHubActionsToolkit/hugoalh.GitHubActionsToolkit.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@
274274
ReleaseNotes = '(Please visit https://github.com/hugoalh-studio/ghactions-toolkit-powershell/releases.)'
275275

276276
# Prerelease string of this module
277-
Prerelease = 'beta3'
277+
Prerelease = 'beta4'
278278

279279
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
280280
RequireLicenseAcceptance = $False

0 commit comments

Comments
 (0)