mirror of https://github.com/buster-so/buster.git
fix: update README
This commit is contained in:
parent
7c26d63929
commit
20ba771a8d
|
@ -17,8 +17,10 @@ jobs:
|
|||
id: release
|
||||
with:
|
||||
token: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }}
|
||||
config-file: release-please-config.json
|
||||
skip-github-pull-request: true
|
||||
release-type: simple
|
||||
prerelease: true
|
||||
version-file: version.txt
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
if: ${{ steps.release.outputs.release_created }}
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
".": "0.0.1"
|
||||
}
|
|
@ -19,7 +19,7 @@
|
|||
</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>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
0.0.1
|
Loading…
Reference in New Issue