manga-dlp/.woodpecker/test_release.yml

41 lines
712 B
YAML
Raw Normal View History

2022-06-25 14:48:23 +02:00
################
# test release #
################
2022-06-22 19:27:03 +02:00
# branch: master
# event: pull_request
2022-07-22 19:10:56 +02:00
platform: linux/amd64
2022-06-22 19:27:03 +02:00
depends_on:
- tests
clone:
git:
2023-02-12 03:41:49 +01:00
image: woodpeckerci/plugin-git:v1.6.0
2022-06-22 19:27:03 +02:00
when:
branch: master
event: pull_request
pipeline:
2022-06-25 14:48:23 +02:00
# build wheel and dist
test-build-pypi:
2023-02-12 03:41:49 +01:00
image: cr.44net.ch/ci-plugins/tests
pull: true
2022-06-22 19:27:03 +02:00
when:
branch: master
event: pull_request
commands:
- just test_build
2022-06-22 19:27:03 +02:00
2022-06-25 14:48:23 +02:00
# create release-notes
2022-06-22 19:27:03 +02:00
test-create-release-notes:
2023-02-12 03:41:49 +01:00
image: cr.44net.ch/baseimages/debian-base
pull: true
2022-06-22 19:27:03 +02:00
when:
branch: master
event: pull_request
commands:
2022-07-23 00:30:28 +02:00
- bash get_release_notes.sh latest
2022-06-22 19:27:03 +02:00
- cat RELEASENOTES.md