Skip to content

Commit

Permalink
Merge pull request #4 from donaldwasserman/master
Browse files Browse the repository at this point in the history
Added some clairification to docs
  • Loading branch information
donaldwasserman authored Dec 5, 2019
2 parents 377d435 + 3e1ebff commit 27f66e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,21 @@ This is built by the team at [Next Release](https://www.nextrelease.io), but wil

## Quick Start


```yml
on:
release:
types: [published]
jobs:
generate_changelog:
runs-on: ubuntu-latest
runs-on: ubuntu-latest # Configure this based on your needs
name: Update Changelog
steps:
- name: Create Changelog.md
id: changelog
uses: nextrelease/next-release-changelog-action@master
with:
token: ${{ secrets.GITHUB_TOKEN }} # Required
changelog: 'CHANGELOG.md' # optional, default: CHANGELOG.md
changelog: "CHANGELOG.md" # optional, default: CHANGELOG.md
```
## How It Works
Expand Down
2 changes: 1 addition & 1 deletion workflow.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
types: [published]
jobs:
generate_changelog:
runs-on: ubuntu-latest
runs-on: ubuntu-latest # Configure this based on your needs
name: Update Changelog
steps:
- name: Create Changelog.md
Expand Down

0 comments on commit 27f66e6

Please sign in to comment.