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

Consider adding MELPA-compatible tags #22

Closed
ccharles opened this issue Sep 13, 2014 · 7 comments
Closed

Consider adding MELPA-compatible tags #22

ccharles opened this issue Sep 13, 2014 · 7 comments

Comments

@ccharles
Copy link

yaml-mode has several releases, but unfortunately uses a tag naming scheme that is incompatible with MELPA's logic for identifying stable packages:

Stable Packages

MELPA now includes a mechanism to build stable versions of packages given that the repositories meet the following criteria,

  1. Hosted using git or hg.
  2. Tag names are version strings compatible parseable by the version-to-list function, optionally prefixed with v, v. or v-.

Your release tags are prefixed with release-, making MELPA not recognize them. The rest of the version string is already compatible with version-to-list:

(version-to-list "0.0.10")
=> (0 0 10)

Please consider

  1. adding a second MELPA-compatible tag, e.g. v-0.0.10, to the latest release so that MELPA stable will build it, and
  2. using MELPA-compatible tags for future releases.
@rnkn
Copy link

rnkn commented Sep 15, 2014

+1

@ccharles
Copy link
Author

ccharles commented Oct 8, 2014

I would happily contribute a pull request to implement this change, but apparently pull requests do not include tags. Since this issue is nothing but a request to add a tag I'm not sure if there's anything else that I can do.

Is there any way that I can do to help to make this change happen?

@camdez
Copy link

camdez commented Nov 21, 2014

+1

1 similar comment
@amirrajan
Copy link

+1

@yoshiki
Copy link
Owner

yoshiki commented Nov 25, 2014

Now I added tag v0.0.10 to lastest release,
and I will use MELPA-compatible tags for future releases.

Is there something that I have to do?

@yoshiki yoshiki closed this as completed Nov 25, 2014
@ccharles
Copy link
Author

Great, thanks @yoshiki!

Since yaml-mode was alread in regular MELPA there is nothing else that you have to do. yaml-mode is now available in MELPA stable.

@camdez
Copy link

camdez commented Nov 25, 2014

Thanks a ton!

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

5 participants