Skip to content
Snippets Groups Projects
Unverified Commit 319679fd authored by Jed Fox's avatar Jed Fox Committed by GitHub
Browse files

Add support for automatically generating release notes (#746)

See https://github.com/actualbudget/docs/pull/129

 for more details. If
this is accepted, I’ll fill in release notes for the PRs that have been
submitted since the last release and submit a corresponding PR to
`actual-server`.

---------

Co-authored-by: default avatargithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
parent c7e531a2
No related branches found
No related tags found
No related merge requests found
<!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes -->
name: Check release notes
on:
pull_request:
branches: '*'
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Check release notes
uses: actualbudget/actions/release-notes/check@main
name: Generate Release Notes
on:
push:
branches:
- release/*
jobs:
generate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Generate release notes
uses: actualbudget/actions/release-notes/generate@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
---
category: Maintenance
authors: [j-f1]
---
Add support for automatically generating release notes
---
category: Maintenance
authors: [j-f1]
---
Reduce JavaScript bundle size by 1MB
---
category: Bugfix
authors: [waseem-h]
---
(Nordigen) Use bookingDate as fallback during sync
See the [Writing Good Release Notes](https://github.com/actualbudget/docs#writing-good-release-notes) section of the README for the documentation repo for more information on how to create a release notes file here.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment