Create stable/ocata branch for openstack-manuals
Note that this is the first time openstack-manuals is using this process. Since 2012, the team only created branches. Since openstack-manuals now uses reno, let's branch and tag together. We use 15.0.0 as release number since Ocata is the fifteenth release of OpenStack. Note that openstack-manuals has no release-job, we do not push the content anywhere, just publish. Change-Id: I0f92f2bf6c563e9ca71fdfba5e00da73d3a98fc7
This commit is contained in:
@@ -61,6 +61,9 @@ _RELEASE_JOBS_FOR_TYPE = {
|
||||
'fuel': [
|
||||
# Fuel is manually packaged by the team at Mirantis.
|
||||
],
|
||||
'openstack-manuals': [
|
||||
# openstack-manuals is not released, only generated content pushed
|
||||
],
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -34,6 +34,7 @@ _VALIDATORS = {'std': (pbr.version.SemanticVersion.from_pip_string,
|
||||
lambda x: str(x)),
|
||||
}
|
||||
_VALIDATORS['fuel'] = _VALIDATORS['std']
|
||||
_VALIDATORS['openstack-manuals'] = _VALIDATORS['std']
|
||||
|
||||
|
||||
def validate_version(versionstr, release_type='std', pre_ok=True):
|
||||
|
||||
Reference in New Issue
Block a user