# Release pipeline to build and deploy Certbot for Windows for GitHub release tags trigger: tags: include: - v* pr: none stages: - template: templates/stages/test-and-package-stage.yml - template: templates/stages/changelog-stage.yml - template: templates/stages/deploy-stage.yml - template: templates/stages/notify-failure-stage.yml