Skip to content

Missing GitHub releases due to missing pinia@* tags #2850

@ezio-melotti

Description

@ezio-melotti

Steps to reproduce the bug

Go on https://github.com/vuejs/pinia/releases -- the last release is 2.2.6.
Go to https://github.com/vuejs/pinia/tags -- the last release is 2.3.0.

Expected behavior

2.2.7, 2.2.8, 2.3.0 should be listed in the releases page.

Actual behavior

2.2.7, 2.2.8, 2.3.0 are missing from the releases page.

Additional information

By looking at the workflow, it's triggered by commits tagged with pinia@*:

on:
push:
tags:
- 'pinia@*' # Push events to matching v*, i.e. v1.0, v20.15.10

In https://github.com/vuejs/pinia/tags the releases up to 2.2.6 were tagged as e.g. pinia@2.2.6 and were triggering the workflow. The following releases are tagged as e.g. v2.2.7.

If the changes in the tagging format was intentional, the GitHub workflow should be updated accordingly. If not, the tags for 2.2.7, 2.2.8, 2.3.0 should be fixed and the pinia@* format should be used for new releases.

Note that because of this, dependabot release notes are stuck at 2.2.6.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions