Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateRelease ¶
func CreateRelease(ctx context.Context, client *github.Client, opts *repository.CreateReleaseOpts, rc, dryRun bool, releaseType, previousTag string) error
CreateRelease will create a new tag and a new release with given params.
func ReleaseBranchFromTag ¶ added in v0.54.0
ReleaseBranchFromTag generates the ui release branch for a release line with the format of 'release-{major}.{minor}'. The generated release branch might not be valid depending on multiple factors that cannot be treated on this function such as it being 'master'. Please make sure that this is the expected format before using the generated release branch. This format is used by both `dashboard` and `ui` but might change at any time.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.