Skip to content

Commit e64be4a

Browse files
docs: add HarelM as a contributor for doc (#265)
* docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
1 parent db79617 commit e64be4a

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

.all-contributorsrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,15 @@
155155
"contributions": [
156156
"bug"
157157
]
158+
},
159+
{
160+
"login": "HarelM",
161+
"name": "Harel M",
162+
"avatar_url": "https://avatars.githubusercontent.com/u/3269297?v=4",
163+
"profile": "https://github.com/HarelM",
164+
"contributions": [
165+
"doc"
166+
]
158167
}
159168
],
160169
"contributorsPerLine": 7,

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# Version check
22

33
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
4-
5-
[![All Contributors](https://img.shields.io/badge/all_contributors-16-orange.svg?style=flat-square)](#contributors-)
6-
4+
[![All Contributors](https://img.shields.io/badge/all_contributors-17-orange.svg?style=flat-square)](#contributors-)
75
<!-- ALL-CONTRIBUTORS-BADGE:END -->
86

97
You can use this GitHub action to check whether your npm package version has been updated: this can be extremely helpful if you want to automate your release process.
@@ -166,6 +164,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
166164
<tr>
167165
<td align="center" valign="top" width="14.28%"><a href="https://github.com/kusyka911"><img src="https://avatars.githubusercontent.com/u/24293461?v=4?s=100" width="100px;" alt="Vladislav"/><br /><sub><b>Vladislav</b></sub></a><br /><a href="https://github.com/EndBug/version-check/commits?author=kusyka911" title="Code">💻</a></td>
168166
<td align="center" valign="top" width="14.28%"><a href="https://zachcardoza.com"><img src="https://avatars.githubusercontent.com/u/2280384?v=4?s=100" width="100px;" alt="Zach Cardoza"/><br /><sub><b>Zach Cardoza</b></sub></a><br /><a href="https://github.com/EndBug/version-check/issues?q=author%3Abayssmekanique" title="Bug reports">🐛</a></td>
167+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/HarelM"><img src="https://avatars.githubusercontent.com/u/3269297?v=4?s=100" width="100px;" alt="Harel M"/><br /><sub><b>Harel M</b></sub></a><br /><a href="https://github.com/EndBug/version-check/commits?author=HarelM" title="Documentation">📖</a></td>
169168
</tr>
170169
</tbody>
171170
</table>

0 commit comments

Comments
 (0)