mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
Remove 5.1.0-beta from workflow
Contributes to CURA-9365
This commit is contained in:
parent
d39b6d15cd
commit
73e7ba4046
1 changed files with 12 additions and 0 deletions
|
@ -1,3 +1,15 @@
|
|||
---
|
||||
# Usage: defaults to None
|
||||
# If you're on a release branch create an entry for that **version** e.q.: `5.1.0` update the requirements (use pinned versions, not latest)
|
||||
# also create a beta entry for that **version** e.q.: `5.1.0-beta`, update the requirements (use the <dep_name>/(latest)@ultimaker/stable)
|
||||
#
|
||||
# If you're working on a feature/bugfix branch from a release branch, create an entry for that **channel**, update the requirements (use
|
||||
# the <dep_name>/(latest)@ultimaker/stable)
|
||||
#
|
||||
# If you're working on a feature/bugfix branch from a main branch, it is optional to create an entry for that **channel**, update the
|
||||
# requirements (use the <dep_name>/(latest)@ultimaker/testing)
|
||||
#
|
||||
# Subject to change in the future!
|
||||
"None":
|
||||
requirements:
|
||||
- "arcus/(latest)@ultimaker/testing"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue