mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-14 16:46:25 +00:00
8 lines
261 B
JavaScript
8 lines
261 B
JavaScript
import { options } from './utils/options.mjs';
|
|
|
|
const version = options.release;
|
|
|
|
console.log(`Publishing version: ${version}`);
|
|
|
|
// eslint-disable-next-line promise/valid-params,@typescript-eslint/no-floating-promises
|
|
import('./dispatch-release.mjs').catch();
|