Skip to content

Commit 94435ac

Browse files
authored
Merge pull request #102 from saadmk11/release-1.1.2
Release 1.1.2
2 parents d40f384 + 4868c77 commit 94435ac

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Version: 1.1.2
2+
3+
* [#100](https://github.com/saadmk11/changelog-ci/pull/100): Update PyYAML version
4+
* [#101](https://github.com/saadmk11/changelog-ci/pull/101): Use pip-tools for dependency management
5+
6+
17
# Version: 1.1.1
28

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

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- uses: actions/checkout@v2
6868

6969
- name: Run Changelog CI
70-
uses: saadmk11/[email protected].1
70+
uses: saadmk11/[email protected].2
7171
```
7272
7373
### Workflow input options
@@ -108,7 +108,7 @@ jobs:
108108
- uses: actions/checkout@v2
109109

110110
- name: Run Changelog CI
111-
uses: saadmk11/[email protected].1
111+
uses: saadmk11/[email protected].2
112112
with:
113113
# Optional, you can provide any name for your changelog file,
114114
# We currently support Markdown (.md) and reStructuredText (.rst) files
@@ -151,7 +151,7 @@ The output can be used in other steps of the action. For example:
151151

152152
```yaml
153153
- name: changelog-ci
154-
uses: saadmk11/[email protected].1
154+
uses: saadmk11/[email protected].2
155155
id: changelog-ci
156156

157157
- name: Get Changelog Output

0 commit comments

Comments
 (0)