Skip to content

Commit

Permalink
Merge pull request #27 from saadmk11/release-0.6.0
Browse files Browse the repository at this point in the history
Release v0.6.0
  • Loading branch information
saadmk11 authored Sep 9, 2020
2 parents c522ab4 + 889f384 commit 49dddc2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Version: v0.6.0

* [#24](https://github.com/saadmk11/changelog-ci/pull/24): Added Changelog CI Banner
* [#23](https://github.com/saadmk11/changelog-ci/pull/23): Document adding Changelog CI badge
* [#22](https://github.com/saadmk11/changelog-ci/pull/22): Add badges to README.md
* [#21](https://github.com/saadmk11/changelog-ci/pull/21): Update Documentation and comments
* [#25](https://github.com/saadmk11/changelog-ci/pull/25): Update Group Config Parsing
* [#26](https://github.com/saadmk11/changelog-ci/pull/26): Add Comment support


Version: 0.5.6
==============

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

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

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

0 comments on commit 49dddc2

Please sign in to comment.