Skip to content

Commit eb06b14

Browse files
docs: add doronpr as a contributor for bug (#60)
* 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 2d04cf8 commit eb06b14

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

.all-contributorsrc

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,23 @@
2222
"contributions": [
2323
"bug"
2424
]
25+
},
26+
{
27+
"login": "doronpr",
28+
"name": "Doron Pearl",
29+
"avatar_url": "https://avatars.githubusercontent.com/u/3373954?v=4",
30+
"profile": "https://github.com/doronpr",
31+
"contributions": [
32+
"bug"
33+
]
2534
}
2635
],
2736
"contributorsPerLine": 7,
2837
"projectName": "semantic-release-codeartifact",
2938
"projectOwner": "ryansonshine",
3039
"repoType": "github",
3140
"repoHost": "https://github.com",
32-
"skipCi": true
41+
"skipCi": true,
42+
"commitType": "docs",
43+
"commitConvention": "angular"
3344
}

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -229,10 +229,13 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
229229
<!-- prettier-ignore-start -->
230230
<!-- markdownlint-disable -->
231231
<table>
232-
<tr>
233-
<td align="center"><a href="https://ryansonshine.com"><img src="https://avatars.githubusercontent.com/u/9534477?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Ryan Sonshine</b></sub></a><br /><a href="https://github.com/ryansonshine/semantic-release-codeartifact/commits?author=ryansonshine" title="Code">💻</a></td>
234-
<td align="center"><a href="http://jaredmcateer.com"><img src="https://avatars.githubusercontent.com/u/781540?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Jared McAteer</b></sub></a><br /><a href="https://github.com/ryansonshine/semantic-release-codeartifact/issues?q=author%3Ajaredmcateer" title="Bug reports">🐛</a></td>
235-
</tr>
232+
<tbody>
233+
<tr>
234+
<td align="center" valign="top" width="14.28%"><a href="https://ryansonshine.com"><img src="https://avatars.githubusercontent.com/u/9534477?v=4?s=100" width="100px;" alt="Ryan Sonshine"/><br /><sub><b>Ryan Sonshine</b></sub></a><br /><a href="https://github.com/ryansonshine/semantic-release-codeartifact/commits?author=ryansonshine" title="Code">💻</a></td>
235+
<td align="center" valign="top" width="14.28%"><a href="http://jaredmcateer.com"><img src="https://avatars.githubusercontent.com/u/781540?v=4?s=100" width="100px;" alt="Jared McAteer"/><br /><sub><b>Jared McAteer</b></sub></a><br /><a href="https://github.com/ryansonshine/semantic-release-codeartifact/issues?q=author%3Ajaredmcateer" title="Bug reports">🐛</a></td>
236+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/doronpr"><img src="https://avatars.githubusercontent.com/u/3373954?v=4?s=100" width="100px;" alt="Doron Pearl"/><br /><sub><b>Doron Pearl</b></sub></a><br /><a href="https://github.com/ryansonshine/semantic-release-codeartifact/issues?q=author%3Adoronpr" title="Bug reports">🐛</a></td>
237+
</tr>
238+
</tbody>
236239
</table>
237240

238241
<!-- markdownlint-restore -->

0 commit comments

Comments
 (0)