Skip to content

Instantly share code, notes, and snippets.

@CCFenner
Created June 2, 2020 08:04
Show Gist options
  • Save CCFenner/f17108262f55c93dc74163d49c94d684 to your computer and use it in GitHub Desktop.
Save CCFenner/f17108262f55c93dc74163d49c94d684 to your computer and use it in GitHub Desktop.
Piper Step Documentation

Parameters

Overview

Name Mandatory Default
addClosedIssues No false
addDeltaToLastRelease No false
apiUrl Yes https://api.github.com
assetPath No -
commitish No "master"
excludeLabels No -
labels No -
owner Yes -
releaseBodyHeader No -
repository Yes -
serverUrl Yes https://github.com
token Yes -
uploadUrl Yes https://uploads.github.com

Details

addClosedIssues

If set to true, closed issues and merged pull-requests since the last release will be added below the releaseBodyHeader.

Scope - PARAMETERS
- STAGES
- STEPS
Type bool

addDeltaToLastRelease

If set to true, a link will be added to the relese information that brings up all commits since the last release.

Scope - PARAMETERS
- STAGES
- STEPS
Type bool
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment