Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "lib/build/executePublish"

Index

Functions

configureNpmRc

deleteBranchTag

  • deleteBranchTag(branch: string, project: GitProject, options: NpmOptions): Promise<HandlerResult>

executePublish

  • executePublish(projectIdentifier: ProjectIdentifier, options: NpmOptions): ExecuteGoal
  • Execute npm publish

    Tags with branch-name unless the tag option is specified. If the branch === the repo's default branch also the next tags is being set

    Parameters

    • projectIdentifier: ProjectIdentifier
    • options: NpmOptions

    Returns ExecuteGoal

gitBranchToNpmTag

  • gitBranchToNpmTag(branchName: string): string

gitBranchToNpmVersion

  • gitBranchToNpmVersion(branchName: string): string

Generated using TypeDoc