cf1adb66a0
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
7 lines
212 B
YAML
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 }}
|