Skip to content

Split up create-release into "create tag" and "build release" #42

@JonnyOThan

Description

@JonnyOThan

Currently, create-release does all the versioning work, commits a tag, AND builds the mod and creates a draft github release.

In many use cases we don't want the first part and only want to build a release from an existing tag. As a bonus, it shouldn't be hard to set up an automated workflow that runs whenever a tagged commit is pushed. So create-release should be split up - the part that sets up the final 'version bump" commit and tag, and then one that actually just builds the release from whatever is in the depot.

Metadata

Metadata

Assignees

No one assigned

    Labels

    github-actionsRelates to github actions and workflows

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions