Skip to content

Commit

Permalink
Merge pull request #6 from Kibibit/release/30-04
Browse files Browse the repository at this point in the history
Release/30 04
  • Loading branch information
thatkookooguy committed Apr 30, 2023
2 parents a28df76 + 30ce3f1 commit 8e3a91e
Show file tree
Hide file tree
Showing 5 changed files with 21,866 additions and 15,824 deletions.
11 changes: 10 additions & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,17 @@
"infra",
"test"
]
},
{
"login": "nitzan-madar",
"name": "Nitzan Madar",
"avatar_url": "https://avatars.githubusercontent.com/u/73841521?v=4",
"profile": "https://github.com/nitzan-madar",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"skipCi": true
}
}
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ on:
jobs:
release:
name: Release
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Checkout Commit
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ secrets.BOT_TOKEN }}
- name: Setup Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18
- name: Cache node modules
uses: actions/cache@v2
uses: actions/cache@v3
env:
cache-name: cache-node-modules
with:
Expand Down
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</a>
<a href="https://github.com/semantic-release/semantic-release"><img src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg"></a>
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
<a href="#contributors-"><img src="https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square" alt="All Contributors"></a>
<a href="#contributors-"><img src="https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square" alt="All Contributors"></a>
<!-- ALL-CONTRIBUTORS-BADGE:END -->
</p>
<p align="center">
Expand All @@ -33,9 +33,12 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tr>
<td align="center"><a href="http://thatkookooguy.kibibit.io/"><img src="https://avatars3.githubusercontent.com/u/10427304?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Neil Kalman</b></sub></a><br /><a href="https://github.com/kibibit/kb-nest-decorators/commits?author=Thatkookooguy" title="Code">💻</a> <a href="https://github.com/kibibit/kb-nest-decorators/commits?author=Thatkookooguy" title="Documentation">📖</a> <a href="#design-Thatkookooguy" title="Design">🎨</a> <a href="#maintenance-Thatkookooguy" title="Maintenance">🚧</a> <a href="#infra-Thatkookooguy" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="https://github.com/kibibit/kb-nest-decorators/commits?author=Thatkookooguy" title="Tests">⚠️</a></td>
</tr>
<tbody>
<tr>
<td align="center" valign="top" width="14.28%"><a href="http://thatkookooguy.kibibit.io/"><img src="https://avatars3.githubusercontent.com/u/10427304?v=4?s=100" width="100px;" alt="Neil Kalman"/><br /><sub><b>Neil Kalman</b></sub></a><br /><a href="https://github.com/Kibibit/kb-nest-decorators/commits?author=Thatkookooguy" title="Code">💻</a> <a href="https://github.com/Kibibit/kb-nest-decorators/commits?author=Thatkookooguy" title="Documentation">📖</a> <a href="#design-Thatkookooguy" title="Design">🎨</a> <a href="#maintenance-Thatkookooguy" title="Maintenance">🚧</a> <a href="#infra-Thatkookooguy" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="https://github.com/Kibibit/kb-nest-decorators/commits?author=Thatkookooguy" title="Tests">⚠️</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/nitzan-madar"><img src="https://avatars.githubusercontent.com/u/73841521?v=4?s=100" width="100px;" alt="Nitzan Madar"/><br /><sub><b>Nitzan Madar</b></sub></a><br /><a href="https://github.com/Kibibit/kb-nest-decorators/commits?author=nitzan-madar" title="Code">💻</a></td>
</tr>
</tbody>
</table>

<!-- markdownlint-restore -->
Expand Down
Loading

0 comments on commit 8e3a91e

Please sign in to comment.