Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cliftonc authored Dec 18, 2021
1 parent 5062260 commit 5b5b4e2
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,14 @@ And each actual page contains whatever your release notes are:

## Usage

```
Typically this is used with a changelog builder:

```yaml
- name: Release Changelog Builder
uses: mikepenz/[email protected]
id: build_changelog
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Notion release notes
uses: infinitaslearning/notion-release-notes@main
with:
Expand All @@ -42,5 +49,4 @@ To get the database ID, simply browse to it, click on the '...' and get a 'Copy
## Development
Assumes you have `@vercel/ncc` installed globally.

After changes ensure you `npm run build` and then push.
After changes ensure you `npm run build`, commit and then submit a PR.

0 comments on commit 5b5b4e2

Please sign in to comment.