Skip to content

Commit

Permalink
Merge pull request #91 from saadmk11/release-1.1.1
Browse files Browse the repository at this point in the history
Release 1.1.1
  • Loading branch information
saadmk11 committed Jan 8, 2023
2 parents 80cbcbe + ea825c1 commit 581236c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
- uses: actions/checkout@v2

- name: Run Changelog CI
uses: saadmk11/changelog-ci@v1.0.0
uses: saadmk11/changelog-ci@master
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Version: 1.1.1

* [#90](https://github.com/saadmk11/changelog-ci/pull/90): Use Git Safe Directory


# Version: 1.1.0

* [#86](https://github.com/saadmk11/changelog-ci/pull/86): Restructure Code and Improve Type Annotations
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.1.0
uses: saadmk11/changelog-ci@v1.1.1
```

### 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.0
uses: saadmk11/changelog-ci@v1.1.1
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.0
uses: saadmk11/changelog-ci@v1.1.1
id: changelog-ci

- name: Get Changelog Output
Expand Down

0 comments on commit 581236c

Please sign in to comment.