[feature] Add support for tags
in <platform|stack|type|language>.yml
files
#1735
Labels
enhancement
New feature or request
Is your feature request related to a problem? Please describe.
I would like to compose task files from granular definitions instead of using inheritance. Inheritance has served me well, but it makes it harder to reuse task definitions.
Describe the solution you'd like
I would like to be able to use
tags
in<platform|stack|type|language>.yml
filesDescribe alternatives you've considered
Trying to figure out where to place tasks so they get applied to the right projects, or using only tags.
Additional context
The mechanism seems simple to me. When a
<platform|stack|type|language>.yml
file has atags
attribute, those tasks are pulled into the file before task inheritance is processedThe text was updated successfully, but these errors were encountered: