diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-07-27 12:49:33 -0400 |
---|---|---|
committer | Scott Dodson <sdodson@redhat.com> | 2017-07-27 12:49:33 -0400 |
commit | cf80c7e13e898c11bd02b829fbc5183a13aff817 (patch) | |
tree | 7b15cb8c409fa320324d3eae87e7c5d5d5424bcf /.tito/releasers.conf | |
parent | 15ffeba3618b8a89da2a3633c8cad7903b741977 (diff) | |
download | openshift-cf80c7e13e898c11bd02b829fbc5183a13aff817.tar.gz openshift-cf80c7e13e898c11bd02b829fbc5183a13aff817.tar.bz2 openshift-cf80c7e13e898c11bd02b829fbc5183a13aff817.tar.xz openshift-cf80c7e13e898c11bd02b829fbc5183a13aff817.zip |
Add 3.7 releaser
Diffstat (limited to '.tito/releasers.conf')
-rw-r--r-- | .tito/releasers.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.tito/releasers.conf b/.tito/releasers.conf index b52e4fd87..17baaa1bd 100644 --- a/.tito/releasers.conf +++ b/.tito/releasers.conf @@ -37,6 +37,12 @@ releaser = tito.release.DistGitReleaser branches = rhaos-3.6-rhel-7 srpm_disttag = .el7aos +[aos-3.7] +releaser = tito.release.DistGitReleaser +branches = rhaos-3.7-rhel-7 +srpm_disttag = .el7aos + + [copr-openshift-ansible] releaser = tito.release.CoprReleaser project_name = @OpenShiftOnlineOps/openshift-ansible |