Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: sorting of release tags (or special Deno release tags) #214

Open
bcoe opened this issue Mar 10, 2021 · 0 comments
Open

Comments

@bcoe
Copy link

bcoe commented Mar 10, 2021

Background

I've been developing automated release tooling that allows for releases from multiple branches. The goal being that you could support the main release line, along with back-porting security fixes to old majors, here's an example:

yargs/yargs-parser@eab6c03

Problem

https://deno.land/x treats the most recent tag created as the latest release.

This means when I back-port a security fix to an ancient release line, Deno picks this release up.

Potential Solutions

  • detect that a repository is using a special -deno suffix for releases (I do this in yargs to differentiate between the Deno and JavaScript releases), if a repo uses a special suffix, ignore releases without suffix.
  • alternatively, perhaps sort the most recent releases?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant