Skip to content

Commit

Permalink
Merge pull request #56 from saadmk11/relaese-0.8.0
Browse files Browse the repository at this point in the history
Release 0.8.0
  • Loading branch information
saadmk11 committed Apr 12, 2021
2 parents 03fe6bd + 531c947 commit ccdb57a
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: 0.8.0

* [#50](https://github.com/saadmk11/changelog-ci/pull/50): Update LICENSE Copyright year
* [#52](https://github.com/saadmk11/changelog-ci/pull/52): Add GitHub Actions Version Updater
* [#51](https://github.com/saadmk11/changelog-ci/pull/51): Update changelog-ci.yaml
* [#53](https://github.com/saadmk11/changelog-ci/pull/53): Update GitHub Action Versions
* [#54](https://github.com/saadmk11/changelog-ci/pull/54): Add Option to Generate Changelog Using Commit Message
* [#55](https://github.com/saadmk11/changelog-ci/pull/55): Refactor User Configuration Parsing and Validation


# Version: 0.7.5

* [#37](https://github.com/saadmk11/changelog-ci/pull/37): Separate GitHub API Base URL
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ your `.github/workflows/workflow.yml` file:

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

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

0 comments on commit ccdb57a

Please sign in to comment.