-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Add -start
to release tag
#13
Conversation
I understand the motivation here. We use |
Maybe we can translate |
I don't think it is in a single script, but dispersed around, unfortunately. |
maybe the nix tooling should warn if a flake input is a tag? Then again, some flakes may just provide utility functions (e.g. |
Well, it's the 11th hour, and I think for the 21.05 release, I will follow the steps as laid out before me. For the next release we can be more pro-active about changing tag conventions and fixing regressions. I understand the desire to want to prevent users from assuming that |
I understand. Perhaps we could remove the |
The choice of |
From the hydra side, I don't think this will be much of an issue:
looks like we explicitly create a |
Closed by #90. |
Add
-initial
to release tagReleases are never final. Previously, when the
-initial
suffixwasn't there, the tags have caused confusion and security
problems when user configurations accidentally reference
the tag instead of the release branch.
Refs NixOS/nixpkgs#124364
Closes #45