-
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
Ensure release process points to project specific channel label(s) #760
Comments
Let's use |
Equally, but for more generic readability reasons, let's use |
We have learned that anaconda.org restricts labels to the following regex:
|
Since labels are restricted to the above regex and the canary-release action is written with the expectation of only receiving a single label I propose we combine these into one ( |
I think this was resolved, closing. |
Checklist
What is the idea?
The current release process suggests uploading RCs builds to a
conda-canary/label/YY.MM.x
branch. This might end up becoming an unintentional clash for some packages with the same version scheme.We can actually use several labels for the same package, so I envision something like the following for a hypothetic
project 23.6.x
RC series:rc
(or evenmain
?): general label for release candidates (e.g. CI users could have this job for general canary releases)2023.06
: for builds released that month (useful for tandem releases like conda+conda-build)project_23.6.x
: exclusive for the project being packagedWhy is this needed?
Granularity and better control of what ends up where.
What should happen?
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: