Skip to content

Commit

Permalink
Merge pull request #89 from saadmk11/relaese-1.1.0
Browse files Browse the repository at this point in the history
Release 1.1.0
  • Loading branch information
saadmk11 authored Oct 23, 2022
2 parents d76b8df + 6ec5897 commit 72f65e8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Version: 1.1.0

* [#86](https://github.com/saadmk11/changelog-ci/pull/86): Restructure Code and Improve Type Annotations
* [#77](https://github.com/saadmk11/changelog-ci/pull/77): Update GitHub Action Versions
* [#76](https://github.com/saadmk11/changelog-ci/pull/76): Fix Typo
* [#81](https://github.com/saadmk11/changelog-ci/pull/81): fixed indentation in action (readme)
* [#83](https://github.com/saadmk11/changelog-ci/pull/83): Refactor Code and Add Type Annotations
* [#85](https://github.com/saadmk11/changelog-ci/pull/85): Use `github-action-utils` for running GitHub Action Workflow Commands and Set Workflow Output with Changelog Data
* [#84](https://github.com/saadmk11/changelog-ci/pull/84): Refactored Changelog CI, Fixed Bugs and Added Tests
* [#87](https://github.com/saadmk11/changelog-ci/pull/87): Add Config Option to Exclude Pull Requests That Matches Labels
* [#88](https://github.com/saadmk11/changelog-ci/pull/88): Update `github-action-utils`


# Version: 1.0.0

* [#57](https://github.com/saadmk11/changelog-ci/pull/57): Cleanup code
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- uses: actions/checkout@v2

- name: Run Changelog CI
uses: saadmk11/changelog-ci@v1.0.0
uses: saadmk11/changelog-ci@v1.1.0
```
### 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.0.0
uses: saadmk11/changelog-ci@v1.1.0
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.0.0
uses: saadmk11/changelog-ci@v1.1.0
id: changelog-ci

- name: Get Changelog Output
Expand Down

0 comments on commit 72f65e8

Please sign in to comment.