mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 19:52:34 +02:00
* Expand documentation of snapcraft.cfg. * Push to the beta channel on releases. * fix template expansion * update comment
16 lines
426 B
YAML
16 lines
426 B
YAML
# Release pipeline to run our full test suite, build artifacts, and deploy them
|
|
# 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
|
|
parameters:
|
|
snapReleaseChannel: beta
|
|
- template: templates/stages/notify-failure-stage.yml
|