Dr. Changelog

birdy big eyes

Freshcode.club can automatically track your software releases. There are various alternatives for uncovering them. Try them out.

releases.json defines a concrete scheme for publishing version and release notes. While a Changelog text file is likely the easiest, given a coherent format and style. Github extraction prefers /releases notes. But may as last resort condense a git commit log. Using regex/xpath is however the most universal way to extract from project websites.

Add the URL to your Changelog, releases.json, or GitHub project here. For the regex method this will also be the first page to be extracted from.

Content Scraping

Picking out from your own project website can be surprisingly simple. Define a list for at least version = ... and changes = ... - Add source URLs and apply RegExp, XPath, or jQuery selectors for extraction.