aboutsummaryrefslogtreecommitdiff
path: root/lisp/git-commit-pkg.el
AgeCommit message (Collapse)Author
2021-08-06Release version 3.2.1v3.2.1Jonas Bernoulli
2021-08-06Agnostic reaction to ELPA snapshot version schismJonas Bernoulli
- For multi-library packages Melpa gets the dependency information from <package>-pkg.el files. Melpa uses timestamps for snapshot versions, so that is what we store in these files. - NonGNU Elpa gets the dependency information from headers in a package's main library. In NonGNU Elpa snapshot versions consist of the release followed by a timestamp, so we store the release versions in the library headers.