You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Github Action for creating a CHANGELOG.md file based on semver and conventional
6
6
### Pre-requisites
7
7
Create a workflow .yml file in your repositories .github/workflows directory. An example workflow is available below. For more information, reference the GitHub Help Documentation for Creating a workflow file.
8
8
9
-
Further more you need to have [git-chlog]() configured and have the configuration added to your git repository
9
+
Further more you need to have [git-chlog](https://github.com/git-chglog/git-chglog) configured and have the configuration added to your git repository.
10
10
11
11
### Inputs
12
12
-`next_version`: Next version number
@@ -48,6 +48,6 @@ We use [SemVer](http://semver.org/) for versioning. For the versions available,
48
48
49
49
## Authors
50
50
51
-
* **Steffen F. Qvistgaard** - *Initial work* - [PurpleBooth](https://github.com/ssoerensen)
51
+
* **Steffen F. Qvistgaard** - *Initial work* - [ssoerensen](https://github.com/ssoerensen)
52
52
53
53
See also the list of [contributors](https://github.com/nuuday/github-changelog-action/contributors) who participated in this project.
0 commit comments