-
Notifications
You must be signed in to change notification settings - Fork 218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Releases #90
Comments
Do you mean binary releases? Or source tarball is also OK? |
I think we, packagers all need releases - a well defined tagged version that can be used as a reference to some stable version, or otherwise as a reference to a working version. There is a need for a formal version, e.g. 0.0.1 (IMHO, source tarballs only are just fine). Considering that this fork has been packaged by quite many, I suggest releases here to start from e.g. v0.1.3 to "continue" the version line from the most-often packaged fork. |
@dvershinin That's essentially the main reason I can't figure out if any commit that is done affects anything that i've made (config-wise, or bug-wise). In my case, if my Dockerfile has an nginx build and I plug it in via git clone. I'll never get the same version of brotli unless I specify a commit (not visual). Not as easy as just downloading a versioned release (tars are fine), in which we trust and we see if it's stable, get changelogs, etc. We all need to be sure we're getting a "stable" release at least. Also, some people like watching for releases (like me) to see if you already fixed #80 (for example), instead of following the whole project. (yeah that was a small attention intent into that issue) |
IMO, just a tarball release is fine. Something to define clear stable points and update changes for people. |
Any update? |
Hopefully this week =) |
v1.0.0rc is out. Will cut v1.0.0 after dealing with existing PRs and issues. |
Can't you guys create releases? It would make a bit easier to get a certain version of the module, also, no Git is needed, a curl or wget can download it.
The text was updated successfully, but these errors were encountered: