Skip to content

feat: implement alphabetically sorted window list (see #221) (#223) #21

feat: implement alphabetically sorted window list (see #221) (#223)

feat: implement alphabetically sorted window list (see #221) (#223) #21

Workflow file for this run

name: release-plz
on:
push:
branches:
- main
jobs:
release-plz:
name: Release-plz
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: release-plz
uses: release-plz/[email protected]
with:
command: release-pr
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}