openstack-zuul-jobs/playbooks/release/announce.yaml
Monty Taylor cf1adb66a0
Add release-announce job and publish-to-pypi template
This one is refreshingly easy.

We also have all the jobs needed now, so add a project-template
that matches the v2 publish-to-pypi template.

Depends-On: I901331a6b2dd7d269d5e356e76674ef9635924b5
Change-Id: Id9e346aefd6e783a184f3a4bb5d4b256a7448799
2017-08-29 13:49:43 -05:00

7 lines
212 B
YAML

- hosts: all
tasks:
- name: Send release announcement
command: >
src/git.openstack.org/openstack-infra/release-tools/announce.sh
src/{{ zuul.project.canonical_name }} {{ zuul.tag }}