Skip to content

Commit b25f3f8

Browse files
committed
Publish 4.56.2
1 parent 7ef384c commit b25f3f8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Tired of pushing to test your .gitlab-ci.yml?",
55
"main": "src/index.js",
66
"bin": "src/index.js",
7-
"version": "4.56.0",
7+
"version": "4.56.2",
88
"scripts": {
99
"esbuild": "esbuild src/index.ts --outfile=bin/index.cjs --bundle --platform=node --format=cjs --minify --external:yargs --external:re2 --sourcemap=inline",
1010
"pkg-linux": "npx tsx scripts/install-re2-bin.ts --platform linux --platform-arch=x64 && pkg bin/index.cjs --public --options=enable-source-maps --no-bytecode -t linux-x64 -o bin/linux/gitlab-ci-local && chmod +x bin/linux/gitlab-ci-local && gzip -c bin/linux/gitlab-ci-local > bin/linux.gz",

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ process.on("SIGUSR2", async () => await cleanupJobResources(jobs));
2525
const yparser = yargs(process.argv.slice(2));
2626
yparser.parserConfiguration({"greedy-arrays": false})
2727
.showHelpOnFail(false)
28-
.version("4.56.0")
28+
.version("4.56.2")
2929
.wrap(yparser.terminalWidth?.())
3030
.command({
3131
handler: async (argv) => {

0 commit comments

Comments
 (0)