Skip to content

Commit

Permalink
Merge pull request #49 from saadmk11/release-0.7.5
Browse files Browse the repository at this point in the history
Release 0.7.5
  • Loading branch information
saadmk11 authored Apr 6, 2021
2 parents 97d1a39 + cc7a68b commit 1394011
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# Version: 0.7.5

* [#37](https://github.com/saadmk11/changelog-ci/pull/37): Separate GitHub API Base URL
* [#39](https://github.com/saadmk11/changelog-ci/pull/39): use self.filename on _commit_changelog()
* [#45](https://github.com/saadmk11/changelog-ci/pull/45): Make Documentation about Version Number Regex clearer
* [#40](https://github.com/saadmk11/changelog-ci/pull/40): Update description
* [#46](https://github.com/saadmk11/changelog-ci/pull/46): Add support for YAML config files
* [#47](https://github.com/saadmk11/changelog-ci/pull/47): Add yaml config
* [#48](https://github.com/saadmk11/changelog-ci/pull/48): Make it Clear what actions can be performed by Changelog CI in the README


# Version: 0.7.0

* [#31](https://github.com/saadmk11/changelog-ci/pull/31): Update description
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ your `.github/workflows/workflow.yml` file:

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

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

0 comments on commit 1394011

Please sign in to comment.