Skip to content

Commit 5aa5721

Browse files
author
Ivan Peshev
committed
chore: fix lint
1 parent 6c09255 commit 5aa5721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/semantic-prerelease.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const utils = require('../utils');
44
const path = require('path');
55
const validateConfig = require('../validateConfig');
66
const config = require(path.resolve('package.json'));
7-
const branch = process.env.TRAVIS_BRANCH || process.env.GIT_LOCAL_BRANCH || utils.ghActionsBranch(process.env);;
7+
const branch = process.env.TRAVIS_BRANCH || process.env.GIT_LOCAL_BRANCH || utils.ghActionsBranch(process.env);
88
const branchTags = config.release && config.release.branchTags;
99
const tag = branchTags && branchTags[branch];
1010
const dryRun = process.argv.find(arg => /^(--dry-run|-n)$/.test(arg));

0 commit comments

Comments
 (0)