Skip to content

Commit 581236c

Browse files
authored
Merge pull request #91 from saadmk11/release-1.1.1
Release 1.1.1
2 parents 80cbcbe + ea825c1 commit 581236c

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.github/workflows/changelog-ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ jobs:
1212
- uses: actions/checkout@v2
1313

1414
- name: Run Changelog CI
15-
uses: saadmk11/changelog-ci@v1.0.0
15+
uses: saadmk11/changelog-ci@master

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Version: 1.1.1
2+
3+
* [#90](https://github.com/saadmk11/changelog-ci/pull/90): Use Git Safe Directory
4+
5+
16
# Version: 1.1.0
27

38
* [#86](https://github.com/saadmk11/changelog-ci/pull/86): Restructure Code and Improve Type Annotations

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].0
70+
uses: saadmk11/[email protected].1
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].0
111+
uses: saadmk11/[email protected].1
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].0
154+
uses: saadmk11/[email protected].1
155155
id: changelog-ci
156156

157157
- name: Get Changelog Output

0 commit comments

Comments
 (0)