-
-
Notifications
You must be signed in to change notification settings - Fork 431
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
Publish release tags #665
Comments
Yes, that would be more than usefull! |
what tagging strategy would you suggest?
tag the old version with the latest commit before version change?
what about new versions? would there be a place like 'stable'?
what version would you use for the distribution? latest? previous?
|
I'm not sure I'm fully qualified to answer all your questions as I am not a yacy developer but rather a distribution packager, but with voidlinux we like stable-ish releases (i.e. no rc, beta, alpha or git commits) so something with standard semver like 1.940.x should be fine. |
OK, thanks!
For a longer time I was thinking, why YaCy doesn't have a developement and
stable branch?
Stable package could at least be signed, which is verified by
YaCy Update.
Developement could be the one auto-generated by github.
that may be even some reason for why so many peers stick to particular old
version as of:
https://yacystats.de/d/edquz3nqqr11cc/yacystats-de-dashboard?var-Interval=$__auto&from=now-7d&to=now&timezone=browser&var-Peers=$__all&refresh=5m&viewPanel=panel-73
* 1.924 is latest released windows package
* 1.930 is last released mac package
@Orbiter, could we please tag the releases, so these could be stable
points allowing the various distributions to make the packages?
|
to keep things realy simple (and don't get overheaded by all these release processes), we maybe could:
impact: @Orbiter , what do you think? |
I ask as I am attempting to package this for a Linux distribution, however they require both to compile from source, and for versions to be stable (i.e. not a git commit). There are tags present, however the latest is from 2016.
The text was updated successfully, but these errors were encountered: