Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saadmk11 committed Sep 5, 2020
1 parent 28442f9 commit cd76149
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Put this step inside your ``.github/workflows/workflow.yml`` file:

```yaml
- name: Run Changelog CI
uses: saadmk11/changelog-ci@0.4.0
uses: saadmk11/changelog-ci@v0.5.0
with:
# You can provide any name for your changelog file,
# defaults to ``CHANGELOG.md`` if not provided.
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- uses: actions/checkout@v2

- name: Run Changelog CI
uses: saadmk11/changelog-ci@master
uses: saadmk11/changelog-ci@v0.5.0
with:
changelog_filename: CHANGELOG.md
config_file: changelog-ci-config.json
Expand Down

0 comments on commit cd76149

Please sign in to comment.