relizy / ReleaseOptions
Interface: ReleaseOptions
Defined in: src/types.ts:562
Extends
Properties
access?
optionalaccess:"public"|"restricted"
Defined in: src/types.ts:451
NPM access level (e.g. public or restricted)
Inherited from
PublishConfig.access
args?
optionalargs:string[]
Defined in: node_modules/.pnpm/changelogen@0.6.2_magicast@0.5.2/node_modules/changelogen/dist/index.d.mts:37
Inherited from
PublishConfig.args
buildCmd?
optionalbuildCmd:string
Defined in: src/types.ts:463
Command to build your packages before publishing (e.g. pnpm build)
Inherited from
PublishConfig.buildCmd
canary?
optionalcanary:boolean
Defined in: src/types.ts:615
Publish a canary release from the current commit
Default
falsechangelog?
optionalchangelog:boolean
Defined in: src/types.ts:524
Generate changelog files (CHANGELOG.md)
Default
trueInherited from
clean?
optionalclean:boolean
Defined in: src/types.ts:544
Determine if the working directory is clean and if it is not clean, exit
Default
falseInherited from
commit?
optionalcommit:boolean
Defined in: src/types.ts:514
Commit changes and create tag
Default
trueInherited from
configName?
optionalconfigName:string
Defined in: src/types.ts:583
Default
'relizy'dependencyTypes?
optionaldependencyTypes: ("dependencies"|"peerDependencies"|"devDependencies")[]
Defined in: src/types.ts:240
Include dependencies when bumping.
Default
['dependencies']Inherited from
dryRun?
optionaldryRun:boolean
Defined in: src/types.ts:567
Run without side effects
Default
falseforce?
optionalforce:boolean
Defined in: src/types.ts:588
Bump even if there are no commits
Default
falseformatCmd?
optionalformatCmd:string
Defined in: src/types.ts:287
Command to format the changelog (e.g. prettier --write CHANGELOG.md).
Inherited from
from?
optionalfrom:string
Defined in: src/types.ts:570
gitTag?
optionalgitTag:boolean
Defined in: src/types.ts:549
Create tag
Default
trueInherited from
includeCommitBody?
optionalincludeCommitBody:boolean
Defined in: src/types.ts:297
Include commit body in the changelog.
Default
trueInherited from
ChangelogConfig.includeCommitBody
logLevel?
optionallogLevel:"error"|"default"|"silent"|"warning"|"normal"|"debug"|"trace"|"verbose"
Defined in: src/types.ts:579
noVerify?
optionalnoVerify:boolean
Defined in: src/types.ts:539
Skip git verification while committing by using --no-verify flag
Default
trueInherited from
otp?
optionalotp:string
Defined in: src/types.ts:455
NPM OTP (e.g. 123456)
Inherited from
PublishConfig.otp
packageManager?
optionalpackageManager:PackageManager
Defined in: src/types.ts:439
Package manager (e.g. pnpm, npm, yarn or bun)
Inherited from
PublishConfig.packageManager
packages?
optionalpackages:string[]
Defined in: src/types.ts:459
Glob pattern matching for packages to publish
Inherited from
PublishConfig.packages
prComment?
optionalprComment:boolean
Defined in: src/types.ts:559
Post release announcements to social media platforms
Default
falseInherited from
preid?
optionalpreid:string
Defined in: src/types.ts:230
Prerelease identifier (e.g. 'beta', 'alpha')
Inherited from
private?
optionalprivate:boolean
Defined in: node_modules/.pnpm/changelogen@0.6.2_magicast@0.5.2/node_modules/changelogen/dist/index.d.mts:39
Inherited from
PublishConfig.private
prNumber?
optionalprNumber:number
Defined in: src/types.ts:610
Override PR/MR number for PR comment features
provider?
optionalprovider:GitProvider
Defined in: src/types.ts:597
Git provider (e.g. github or gitlab)
Default
'github'providerRelease?
optionalproviderRelease:boolean
Defined in: src/types.ts:529
Publish release to your repository (github or gitlab)
Default
trueInherited from
publish?
optionalpublish:boolean
Defined in: src/types.ts:534
Publish release to your registry
Default
trueInherited from
publishToken?
optionalpublishToken:string
Defined in: src/types.ts:606
NPM token (e.g. "123456")
push?
optionalpush:boolean
Defined in: src/types.ts:519
Push changes to your repository (commit and tag(s))
Default
trueInherited from
registry?
optionalregistry:string
Defined in: src/types.ts:443
NPM registry URL (e.g. https://registry.npmjs.org/)
Inherited from
PublishConfig.registry
rootChangelog?
optionalrootChangelog:boolean
Defined in: src/types.ts:292
Generate changelog at root level with all changes
Default
trueInherited from
safetyCheck?
optionalsafetyCheck:boolean
Defined in: src/types.ts:602
Skip safety check
Default
trueOverrides
PublishConfig.safetyCheck
social?
optionalsocial:boolean
Defined in: src/types.ts:554
Post release announcements to social media platforms
Default
falseInherited from
suffix?
optionalsuffix:string
Defined in: src/types.ts:592
Custom suffix for prerelease versions - replace the last .X with .suffix (e.g. 1.0.0-beta.0 -> 1.0.0-beta.suffix)
tag?
optionaltag:string
Defined in: node_modules/.pnpm/changelogen@0.6.2_magicast@0.5.2/node_modules/changelogen/dist/index.d.mts:38
NPM tag (e.g. latest)
Inherited from
PublishConfig.tag
to?
optionalto:string
Defined in: src/types.ts:573
token?
optionaltoken:string
Defined in: src/types.ts:576
Overrides
PublishConfig.token
type?
optionaltype:ReleaseType
Defined in: src/types.ts:226
Release type (e.g. 'major', 'minor', 'patch', 'prerelease', 'prepatch', 'preminor', 'premajor')
Default
'release'Inherited from
yes?
optionalyes:boolean
Defined in: src/types.ts:245
Skip confirmation prompt about bumping packages
Default
true