Skip to content

Duplicated code in RunQueuedReleases and CreateRelease #382

Open
@aballman

Description

@aballman

Creating a release happens in two places: Once when a user explicitly creates one (the first one for that instance) and another when the queued releases handler is run.

This makes this logic difficult to maintain because updates and fixes have to be applied in two places.
Pull this logic out into a separate function that can be called from either code path.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions