Closed madest92 closed 6 years ago
what for?
I configure custom nginx with modules. And other modules have versioning. For example download:
VERSION_NGINX_LUA='0.10.11'
URL_LUA='https://github.com/openresty/lua-nginx-module'
wget $URL_LUA/archive/v${VERSION_NGINX_LUA}.tar.gz
I know exactly which version is installed. I can see the change log. In your module you need to download each time from the master. And there is no guarantee that the new changes will not lead to problems.
You can make all freezes at your side.
@kyprizel I don't think it's a lot of extra work to go to Releases tab and tag a release :) You do have some versions specified in the changelog but go figure which one maps to which commit.
Tagging releases would tremendously help with packaging the module as dynamic one, as RPM package. E.g. for here
@kyprizel can you add the master code to a stable release?