mirror of
https://github.com/correl/melpa.git
synced 2024-11-28 11:09:55 +00:00
Update the stable packages section in the readme.
This commit is contained in:
parent
c4d5630e19
commit
776e01a120
1 changed files with 7 additions and 5 deletions
12
README.md
12
README.md
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue