fix: update README

This commit is contained in:
Nate Kelley 2025-01-16 14:25:24 -07:00
parent 7c26d63929
commit 20ba771a8d
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
5 changed files with 5 additions and 5 deletions

View File

@ -17,8 +17,10 @@ jobs:
id: release id: release
with: with:
token: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }} token: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }}
config-file: release-please-config.json
skip-github-pull-request: true skip-github-pull-request: true
release-type: simple
prerelease: true
version-file: version.txt
- uses: actions/checkout@v4 - uses: actions/checkout@v4
if: ${{ steps.release.outputs.release_created }} if: ${{ steps.release.outputs.release_created }}

View File

@ -1,3 +0,0 @@
{
".": "0.0.1"
}

View File

@ -19,7 +19,7 @@
</div> </div>
<div> <div>
<a href="https://github.com/buster-so/warehouse/blob/main/LICENSE"><img src="https://img.shields.io/badge/License-MIT-red.svg?style=flat-square" alt="MIT License"></a> <a href="https://github.com/buster-so/warehouse/blob/main/LICENSE"><img alt="MIT License" src="https://img.shields.io/badge/License-MIT-red.svg?style=flat-square" ></a>
<a href="https://www.ycombinator.com/companies/buster"><img src="https://img.shields.io/badge/Y%20Combinator-W24-orange?style=flat-square" alt="Y Combinator W24"></a> <a href="https://www.ycombinator.com/companies/buster"><img src="https://img.shields.io/badge/Y%20Combinator-W24-orange?style=flat-square" alt="Y Combinator W24"></a>
</div> </div>
</div> </div>

1
version.txt Normal file
View File

@ -0,0 +1 @@
0.0.1