⌈⌋ ⎇ branch:  freshcode


Artifact [d95371d2bd]

Artifact d95371d2bdd6b58b848c93183c17d0c7c5c0e3f3:

Wiki page [AutoupdateGithub] by mario 2015-03-21 01:02:32.
D 2015-03-21T01:02:32.123
L AutoupdateGithub
N text/x-markdown
P e808c7400b21cd0075787bc868e1c91337e714f6
U mario
W 1975
For [GitHub](https://github.com/)-hosted projects there's a particular simple release [autoupdate](wiki/Autoupdate) scheme. Just provide at least one link to your github-repo (as primary Autoupdate URL, Homepage, Download or in Other URLs).

A projects `tags.atom` will be polled daily for version number updates.

  *  Version number prefixes like `"v"` and `projname-` prefixes will be stripped from tags.
  * Only the `1.2.3*` style version number will be retained from tags.
  * Release titles are generally ignored.

Three different methods are tried to extract release news then:

  1. `http://github.com/$user/$project/releases` is the preferred way to retrieve a changelog. The first bulleted task-list will be presumed to be individual change notes.

    <img src="https://camo.githubusercontent.com/9f23f54df9e2f69047fb0f9f80b2e33c8339606f/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f32312f3733373136362f62643163623637652d653332392d313165322d393064312d3361656365653930373339662e6a7067" width=600 height=300>

    This is what <a href="https://github.com/blog/1547-release-your-software">GitHub itself recommends for publishing releases</a>. Albeit only major projects are utilizing it, e.g. [/atom/atom](https://github.com/atom/atom/releases).

  2. Alternatively a `*` bulleted list from `tags.atom` `<content>` will be used.

    So you can have your commit message for a tag contain a changelog-style summary.


  3. As fallback `$repo/compare/0.9.9...1.0.0` will be used for condensing commit logs into a summary.

    This is obviously not often a user-friendly changelog. Therefore it's rate limited. Which might incur delayed bugfix release announcements.

    For projects where this fallback repeatedly only generates developer/commit changelogs, it'll probably be moderated and disabled.

Some basic filtering (removing "merged pull request xyz" entries) is applied.


State: *functional, testing*


Z dc4d2d1cfdf87fc7286a95f919f159a6