Skip to content

Update CHANGELOG.md in preparation for 0.6.3 release #249

Update CHANGELOG.md in preparation for 0.6.3 release

Update CHANGELOG.md in preparation for 0.6.3 release #249

Workflow file for this run

name: Release Notes
on:
push:
branches:
- '**'
tags-ignore:
- '**'
paths-ignore:
- .release-notes/next-release.md
- .release-notes/[0-9]+.[0-9]+.[0-9]+.md
jobs:
release-notes:
runs-on: ubuntu-latest
name: Update release notes
steps:
- name: Update
uses: docker://ponylang/release-notes-bot-action:0.3.6
with:
git_user_name: "Ponylang Main Bot"
git_user_email: "[email protected]"
env:
API_CREDENTIALS: ${{ secrets.GITHUB_TOKEN }}