We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4319e2 commit a2f67fbCopy full SHA for a2f67fb
src/cli.ts
@@ -1,14 +1,14 @@
1
import cac from 'cac';
2
import type { OptionConfig } from 'cac/deno/Option.js';
3
import semver from 'semver';
4
+import { isCI } from 'std-env';
5
import { consoleError } from './error.js';
6
+import { Git } from './git.js';
7
import { pubm } from './index.js';
8
import { requiredMissingInformationTasks } from './tasks/required-missing-information.js';
9
import type { Options } from './types/options.js';
10
import { notifyNewVersion } from './utils/notify-new-version.js';
11
import { version } from './utils/package.js';
-import { isCI } from 'std-env';
-import { Git } from './git.js';
12
13
const { RELEASE_TYPES, valid } = semver;
14
0 commit comments