phusion / baseimage-docker

A minimal Ubuntu base image modified for Docker-friendliness
http://phusion.github.io/baseimage-docker/
MIT License
8.96k stars 1.09k forks source link

Add Changelog with GitHub Releases #279

Closed franz-josef-kaiser closed 7 years ago

franz-josef-kaiser commented 8 years ago

Currently the Changelog.md file hosts what is basically a list of releases. GitHub already has this feature built in. Please be so kind and follow other organisations repos and GitHub standards and add some releases there as well. From experience: It's very fast and easy, even with a huge number of releases. It also provides a default route that people can go without searching through all provided files in this repository. Thanks in advance!

Bonus: It looks quite professional :)

(Question: Why the rel- prefix for version numbers? The rest looks like if it is according to the semver specs, but the prefix is strange.)

Theaxiom commented 7 years ago

@franz-josef-kaiser Would you mind submitting a PR with your requested changes and we will get them implemented? Thanks!

franz-josef-kaiser commented 7 years ago

@Theaxiom I can not add releases for you, unless I am the owner or some contributor of the repo. This is not possible via a PR. Please, read the above again. Thanks.

Theaxiom commented 7 years ago

@franz-josef-kaiser I apologize, I thought you were talking about the Changelog.md content. Could you please link to an example of what you are explaining? Thanks!

franz-josef-kaiser commented 7 years ago

@Theaxiom sure. A nice, basic example of releases can be seen in the WPStarter repo.

Theaxiom commented 7 years ago

Thank you @franz-josef-kaiser -- I see what you are saying now and I agree. I will work to ensure that moving forward we will use that method for release notes. Thanks!