ckan / ckanext-pages

A simple builtin CMS for CKAN sites
GNU General Public License v3.0
51 stars 101 forks source link

Create properly versioned releases #49

Closed torfsen closed 7 years ago

torfsen commented 7 years ago

Currently ckanext-pages doesn't have any releases, in fact it doesn't have any git tags at all. That makes it hard to pin a certain version of ckanext-pages as a dependency in automated CKAN installations. I could pin a certain commit, but that doesn't really tell me much half a year later -- I'd have to manually inspect all new commits to see what has changed.

Therefore, please start creating releases and version them via semantic versioning.

amercader commented 7 years ago

@torfsen You should now have write access to this repo, feel free to tag / release / merge / etc as you see fit (obvs just ask any doubt). Just FYI @metaodi from Liip is also a maintainer. Thanks!

torfsen commented 7 years ago

Thanks! To get things going I will create a release using the current state as a baseline from which future changes can be tracked cleanly.

torfsen commented 7 years ago

I've created the release 0.1.0. From now on, changes should be tracked in CHANGELOG.md using the conventions from Keep a CHANGELOG and version numbers should follow Semantic Versioning.