spotify / dockerfile-mode

An emacs mode for handling Dockerfiles
Apache License 2.0
535 stars 79 forks source link

Adding dockerfile-mode to NonGNU ELPA #67

Closed phikal closed 3 years ago

phikal commented 3 years ago

Hi,

I was just working on adding dockerfile-mode to NonGNU ELPA, but it seems that the package header in dockerfile-mode.el lacks a "Version" or "Package-Version" tag. If you are interested in distributing the package in NonGNU ELPA, making it accessible to more users by default from Emacs 28 onwards, it would be nice if you could add and maintain such a tag.

drewcsillag commented 3 years ago

Do you mean a git tag? Or something within the source file itself? There are version git tags like v1.0 .. v1.4, or do they need to be in a specific format?

phikal commented 3 years ago

No, ELPA uses the package header, specifically the Version attribute.

drewcsillag commented 3 years ago

Thanks for the info. I added a Version attribute.

phikal commented 3 years ago

Great, thank you!