Skip to content

Commit

Permalink
Merge pull request #102 from saadmk11/release-1.1.2
Browse files Browse the repository at this point in the history
Release 1.1.2
  • Loading branch information
saadmk11 committed Aug 5, 2023
2 parents d40f384 + 4868c77 commit 94435ac
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
# Version: 1.1.2

* [#100](https://github.com/saadmk11/changelog-ci/pull/100): Update PyYAML version
* [#101](https://github.com/saadmk11/changelog-ci/pull/101): Use pip-tools for dependency management


# Version: 1.1.1

* [#90](https://github.com/saadmk11/changelog-ci/pull/90): Use Git Safe Directory
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -67,7 +67,7 @@ jobs:
- uses: actions/checkout@v2

- name: Run Changelog CI
uses: saadmk11/changelog-ci@v1.1.1
uses: saadmk11/changelog-ci@v1.1.2
```

### Workflow input options
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
- uses: actions/checkout@v2

- name: Run Changelog CI
uses: saadmk11/changelog-ci@v1.1.1
uses: saadmk11/changelog-ci@v1.1.2
with:
# Optional, you can provide any name for your changelog file,
# We currently support Markdown (.md) and reStructuredText (.rst) files
Expand Down Expand Up @@ -151,7 +151,7 @@ The output can be used in other steps of the action. For example:

```yaml
- name: changelog-ci
uses: saadmk11/changelog-ci@v1.1.1
uses: saadmk11/changelog-ci@v1.1.2
id: changelog-ci

- name: Get Changelog Output
Expand Down

0 comments on commit 94435ac

Please sign in to comment.