Skip to content

docs: update changelog for v0.2.0 #2

docs: update changelog for v0.2.0

docs: update changelog for v0.2.0 #2

Workflow file for this run

name: Push [rebase]
"on":
push:
branches:
- main
concurrency:
group: push-rebase-main
cancel-in-progress: true
jobs:
rebase:
name: Push [rebase]
runs-on: ubuntu-latest
steps:
- name: Rebase all pull requests on push to the main branch
uses: peter-evans/rebase@v3.0.0
with:
base: main
exclude-drafts: true
exclude-labels: |
no-rebase
dependencies
if: "${{ startsWith(github.event.head_commit.message, 'docs: update changelog for ') }}"