Skip to content

relizy / PublishOptions

Interface: PublishOptions

Defined in: src/types.ts:360

Extends

Properties

access?

optional access: "public" | "restricted"

Defined in: src/types.ts:336

NPM access level (e.g. public or restricted)

Inherited from

PublishConfig.access


args?

optional args: string[]

Defined in: node_modules/.pnpm/changelogen@0.6.2_magicast@0.5.1/node_modules/changelogen/dist/index.d.mts:37

Inherited from

PublishConfig.args


buildCmd?

optional buildCmd: string

Defined in: src/types.ts:348

Command to build your packages before publishing (e.g. pnpm build)

Inherited from

PublishConfig.buildCmd


bumpResult?

optional bumpResult: BumpResultTruthy

Defined in: src/types.ts:373

Bump result


config?

optional config: ResolvedRelizyConfig

Defined in: src/types.ts:369

Use custom config


configName?

optional configName: string

Defined in: src/types.ts:382

Custom config file name (e.g. relizy.standalone for relizy.standalone.config.ts)

Default

ts
'relizy'

dryRun?

optional dryRun: boolean

Defined in: src/types.ts:365

Run without side effects

Default

ts
false

force?

optional force: boolean

Defined in: src/types.ts:391

Bump even if there are no commits

Default

ts
false

logLevel?

optional logLevel: "error" | "default" | "silent" | "warning" | "normal" | "debug" | "trace" | "verbose"

Defined in: src/types.ts:377

Set log level


otp?

optional otp: string

Defined in: src/types.ts:340

NPM OTP (e.g. 123456)

Inherited from

PublishConfig.otp


packageManager?

optional packageManager: PackageManager

Defined in: src/types.ts:324

Package manager (e.g. pnpm, npm, yarn or bun)

Inherited from

PublishConfig.packageManager


packages?

optional packages: string[]

Defined in: src/types.ts:344

Glob pattern matching for packages to publish

Inherited from

PublishConfig.packages


private?

optional private: boolean

Defined in: node_modules/.pnpm/changelogen@0.6.2_magicast@0.5.1/node_modules/changelogen/dist/index.d.mts:39

Inherited from

PublishConfig.private


registry?

optional registry: string

Defined in: src/types.ts:328

NPM registry URL (e.g. https://registry.npmjs.org/)

Inherited from

PublishConfig.registry


safetyCheck?

optional safetyCheck: boolean

Defined in: src/types.ts:357

Skip safety check

Default

ts
false

Inherited from

PublishConfig.safetyCheck


suffix?

optional suffix: string

Defined in: src/types.ts:386

Custom suffix for prerelease versions - replace the last .X with .suffix (e.g. 1.0.0-beta.0 -> 1.0.0-beta.suffix)


tag?

optional tag: string

Defined in: node_modules/.pnpm/changelogen@0.6.2_magicast@0.5.1/node_modules/changelogen/dist/index.d.mts:38

NPM tag (e.g. latest)

Inherited from

PublishConfig.tag


token?

optional token: string

Defined in: src/types.ts:352

NPM token (e.g. 123456) - only supported for pnpm and npm

Inherited from

PublishConfig.token

Released under the MIT License.