Skip to content

Commit

Permalink
Add a folder for release notes for the upcoming release
Browse files Browse the repository at this point in the history
  • Loading branch information
j-f1 committed Mar 13, 2023
1 parent df8f585 commit c86e292
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/check-release-notes.yml
@@ -0,0 +1,19 @@
name: Check release notes

on:
pull_request:
branches: '*'

jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install node
uses: actions/setup-node@v3
with:
node-version: 16.15.0
- name: Check release notes
with:
PR_NUMBER: ${{ github.event.pull_request.number }}
run: curl -s https://raw.githubusercontent.com/actualbudget/docs/jed/generate-release-notes/scripts/check-release-notes.js | node
1 change: 1 addition & 0 deletions upcoming-release-notes/README.md
@@ -0,0 +1 @@
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 comments on commit c86e292

Please sign in to comment.