-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Tag alpha / beta release as pre-release #202
Comments
That's not done by dlang-bot per se.
No, they query this: https://dlang.github.io/dub/LATEST (from the gh-pages branch) On the contrary, the LATEST number hasn't been change for a while: https://github.com/dlang/dub/blob/gh-pages/LATEST (the automatic deployment seems to be defect) Anyway I created a PR to set the prerelease status for the GitHub Releases: dlang/dub#1578 |
Okay, not all tools 🙂 |
Uhm Buildkite always uses the get latest stable release script: https://github.com/dlang/ci/blob/master/buildkite/build_project.sh In short:
|
The real failure is:
|
Okay in the web UI the tags aren't there: https://github.com/dlang/dub/tags?after=v0.9.22-beta.2 But git ls-remote --tags https://github.com/dlang/dub Maybe it's a GitHub issue? (I contacted the support) |
Workaround: dlang/ci#318 and dlang/dub#1579 |
Currently when a release is made, it's tagged as "Latest release", e.g. https://github.com/dlang/dub/releases/tag/v1.12.0-beta.1
This cause all tools using the latest release to start using the beta immediately.
The text was updated successfully, but these errors were encountered: