Tencent / rapidjson

A fast JSON parser/generator for C++ with both SAX/DOM style API
http://rapidjson.org/
Other
14.24k stars 3.54k forks source link

Please tag a new release (from time to time) #1759

Open a4z opened 4 years ago

a4z commented 4 years ago

For software packager it is extremely difficult to pack software that has no release tags.

I results in different versions from different packages, with unreadable and hard to maintain git sha sums mapped to some date, to be sortable and therefore updateable.

Examples: Conan https://github.com/conan-io/conan-center-index/blob/master/recipes/rapidjson/all/conandata.yml Vcpkg https://github.com/microsoft/vcpkg/blob/master/ports/rapidjson/portfile.cmake

both 'tag' some date to some sha sum, of course different and Linux packagers have the same problem, they either will ship a outdated and old package or have to do the same

Please make the life for those people that try to make software easy accessible by regularly create release tags for your software. Thanks!

bentley commented 4 years ago

I opened #1130 three years ago. See also #1006, #1265, #1282, #1341, #1483, #1546, #1550, #1585, #1612.