multi_repo_publisher.ts

Declarations
#

4 declarations

view source

publish_repos
#

PublishedVersion
#

multi_repo_publisher.ts view source

PublishedVersion

name

type string

old_version

type string

new_version

type string

bump_type

type 'major' | 'minor' | 'patch'

breaking

type boolean

commit

type string

tag

type string

PublishingOptions
#

PublishingResult
#

multi_repo_publisher.ts view source

PublishingResult

ok

type boolean

published

type Array<PublishedVersion>

failed

type Array<{name: string; error: Error}>

duration

type number

Depends on
#

Imported by
#