Skip to content

Commit

Permalink
Merge pull request #18 from saadmk11/release-0.5.5
Browse files Browse the repository at this point in the history
Release 0.5.5
  • Loading branch information
saadmk11 authored Sep 7, 2020
2 parents 9b08870 + 5ce3afd commit 685c1d3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Version: 0.5.5
==============

* [#16](https://github.com/saadmk11/changelog-ci/pull/16): Added regex config for pull request title and version number
* [#17](https://github.com/saadmk11/changelog-ci/pull/17): Make Documentation Clearer


Version: 0.5.0
==============

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Put this step inside your ``.github/workflows/workflow.yml`` file:

```yaml
- name: Run Changelog CI
uses: saadmk11/[email protected].0
uses: saadmk11/[email protected].5
with:
# optional, you can provide any name for your changelog file,
# defaults to ``CHANGELOG.md`` if not provided.
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
- uses: actions/checkout@v2

- name: Run Changelog CI
uses: saadmk11/[email protected].0
uses: saadmk11/[email protected].5
with:
changelog_filename: CHANGELOG.md
config_file: changelog-ci-config.json
Expand Down

0 comments on commit 685c1d3

Please sign in to comment.