Skip to content

Commit

Permalink
Config Git correctly for releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
luin committed Nov 29, 2024
1 parent 07b68c9 commit 443b44f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const fs = require("node:fs");
const path = require("node:path");
const crypto = require("node:crypto");
const { parseArgs } = require("node:util");
const { default: configGit } = require("./utils/configGit.mjs");

const args = parseArgs({
options: {
Expand Down

0 comments on commit 443b44f

Please sign in to comment.