Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
Signed-off-by: Logan McAnsh <[email protected]>
  • Loading branch information
mcansh committed Oct 9, 2019
1 parent d004a89 commit 802a2f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/sentry-release.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/* eslint-disable no-console */
const { execSync } = require('child_process');

const args = require('args');

const { version: PKGVersion } = require('../package.json');

function sentryRelease() {
Expand All @@ -12,7 +14,7 @@ function sentryRelease() {
},
{
usage: `node ./scripts/sentry-release.js ${PKGVersion} ac8264c 474721f`,
description: 'Explictly tell Sentry the commits for the release',
description: 'Explicitly tell Sentry the commits for the release',
},
])
.parse(process.argv, {
Expand Down

0 comments on commit 802a2f4

Please sign in to comment.