der-stefan / OpenTopoMap

A topographic map from OpenStreetMap and SRTM data
https://opentopomap.org
Other
462 stars 118 forks source link

Please Version this Repository #172

Open lemmingapex opened 6 years ago

lemmingapex commented 6 years ago

Is this baseline versioned? We would like to pull a specific version (tag) of this repo and not master.

Details: Our CI/CD environment clones the master branch of this repository currently. If this repository changes, there is no efficient method for us (and others) to target the prior baseline.

Consider versioning this repo by using tags:

https://semver.org/ https://git-scm.com/book/en/v2/Git-Basics-Tagging

der-stefan commented 6 years ago

Ok, I have never thought about versioning besides just pushing to the master branch. There was just no other instance of OpenTopoMap. I need to read your suggested links when I have time (the direly limited ressource!)

lemmingapex commented 6 years ago

It only takes a minute to make a tag. Go here to make the tag from github: https://github.com/der-stefan/OpenTopoMap/tags

max-dn commented 6 years ago

There are often breaks in the development of the style for some weeks. The state while one of this breaks could be called "version" and tagged. However, what you see on openstreetmap.org is not the last "version" but something like the current state of the master branch. There is no development instance of the OTM. Will versioning of the repository help under these circumstances?

lemmingapex commented 6 years ago

@max-dn openstreetmap.org tags all style releases: https://github.com/gravitystorm/openstreetmap-carto/releases

If https://opentopomap.org is keeping up to date with master, then any breaking changes in master will affect https://opentopomap.org.

When can we expect to see OpenTopoMap tagged @der-stefan? v1.0.0?