Skip to content

Manual intervention commands give the wrong tags #591

Description

@fonsp

Hi! I got this issue after tagbot was unable to create releases:

JuliaPluto/BetterFileWatching.jl#10

The commands it suggested are:

gh release create v0.1.5 --generate-notes
gh release create v0.1.6 --generate-notes

I ran these commands, and now I have two git tags at the latest commit of my main branch. But that's wrong – these were old releases that just never got tagged (because tagbot was disabled during those releases).

It should be:

gh release create v0.1.5 --target 2194f11a --generate-notes
gh release create v0.1.6 --target 4b71a86a --generate-notes

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions