-
Notifications
You must be signed in to change notification settings - Fork 114
Open
Description
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
- [email protected] → singular for “foo”
- [email protected] → singular for “bar”
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
Labels
No labels