xonsh/.github/workflows/release-please.yml

20 lines
427 B
YAML

on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
with:
config-file: release-please-config.json
manifest-file: .release-please-manifest.json
# todo: add block to run rever's Authors and appimage activity on release