chore: update build tool, puppet-initial
- update build tool with github_release_pattern - update puppet-initial to reduce impact on upgrades
This commit is contained in:
+6
-1
@@ -105,7 +105,7 @@ METADATA_SCHEMA = {
|
||||
'regex': r'^[a-zA-Z0-9\-_\.:\/]+$'
|
||||
},
|
||||
'release': {
|
||||
'type': 'string',
|
||||
'type': ['string', 'integer', 'float'],
|
||||
'required': True,
|
||||
'empty': False
|
||||
},
|
||||
@@ -117,6 +117,11 @@ METADATA_SCHEMA = {
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
'github_release_pattern': {
|
||||
'type': 'string',
|
||||
'required': False,
|
||||
'empty': False
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user