Update the stable packages section in the readme.

This commit is contained in:
Fanael Linithien 2014-07-11 20:42:32 +02:00
parent c4d5630e19
commit 776e01a120

View file

@ -467,8 +467,9 @@ This can be configured using the `package-build-working-dir` variable.
MELPA now includes a mechanism to build *stable* versions of packages MELPA now includes a mechanism to build *stable* versions of packages
given that the repositories meet the following criteria, given that the repositories meet the following criteria,
1. Hosted using *git*. 1. Hosted using *git* or *hg*.
2. Tag names are version strings compatible parseable by the `version-to-list` function. 2. Tag names are version strings compatible parseable by the `version-to-list`
function, optionally prefixed with `v`, `v.` or `v-`.
To use the stable versions of packages you should use the stable server To use the stable versions of packages you should use the stable server
in your `package-archives` list. in your `package-archives` list.
@ -483,9 +484,10 @@ An online list of available packages can be found at
### Stable Version Generation ### Stable Version Generation
To have a stable version generated for your package simply tag the To have a stable version generated for your package simply tag the repository
repository using a naming compatible with `version-to-list`. The repo using a naming compatible with `version-to-list`, optionally prefixed with `v`,
state of this tag will be used to generate the stable package. `v.` or `v-`. The repo state of this tag will be used to generate the stable
package.
### Notes ### Notes