Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "pack/version/release"

Index

Classes

Interfaces

Type aliases

Functions

Object literals

Type aliases

ReleaseCreator

A function capable of creating a "release", whatever that means to you.

Functions

executeRelease

  • Return an ExecuteGoal function that creates a release using the provided releaseCreator function. The function converts the version associated with the goal set into a release-like semantic version, see releaseLikeVersion, before passing it to the release creator function.

    Parameters

    • releaseCreator: ReleaseCreator

      Release creator function to use to create the release

    Returns ExecuteGoal

    Execute goal function

Object literals

Const IsReleaseCommit

IsReleaseCommit: object

Push test detecting if the after commit of the push is related to a release.

name

name: string = "IsReleaseCommit"

mapping

Generated using TypeDoc