Skip to content

Commit

Permalink
Merge pull request #36 from saadmk11/release-7.0.0
Browse files Browse the repository at this point in the history
Release 0.7.0
  • Loading branch information
saadmk11 committed Oct 13, 2020
2 parents b0e7c42 + 9b78368 commit f945e88
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.7.0

* [#31](https://github.com/saadmk11/changelog-ci/pull/31): Update description
* [#32](https://github.com/saadmk11/changelog-ci/pull/32): Added Changelog CI gif
* [#35](https://github.com/saadmk11/changelog-ci/pull/35): Organize Changelog CI Build Output and Move to Python Subprocess


# Version: 0.6.1

* [#28](https://github.com/saadmk11/changelog-ci/pull/28): Refine documentation
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Put this step inside your ``.github/workflows/workflow.yml`` file:

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

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

0 comments on commit f945e88

Please sign in to comment.