Skip to content

Support PACKAGE@VERSION tag format #2132

@dionysuzx

Description

@dionysuzx

Summary

  • Accept PACKAGE@VERSION and PACKAGE@vVERSION as singular announcement tags, alongside PACKAGE-VERSION and PACKAGE/VERSION.

Why

  • @ is a common, unambiguous separator (e.g., npm uses it).
  • Improves readability with hyphenated names ([email protected]).
  • GitHub tag filters already match semver; only parsing blocks this.

Examples

Proposal

  • Extend axotag parsing to treat @ as a valid separator before the version (strip optional leading v, then parse semver).
  • Update docs to list PACKAGE@VERSION as supported.

NOTE: This issue was created with an LLM but reviewed by dionysuzx.

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