diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index f2f7c937..8108554f 100644 --- a/.github/workflows/release-notes.yml +++ b/.github/workflows/release-notes.yml @@ -41,7 +41,7 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 - ref: 'v${{ inputs.tags }}' + ref: '${{ inputs.tags }}' - name: Setup CI uses: ./.github/actions/setup-repo with: diff --git a/README.md b/README.md index 8507759a..5b784cc0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ ![Banner for OpenLLM](/assets/main-banner.png) + +

🦾 OpenLLM

@@ -50,6 +52,7 @@ Images or deploy as serverless endpoint via ![Gif showing OpenLLM Intro](/assets/output.gif) +
@@ -751,3 +754,5 @@ url = {https://github.com/bentoml/OpenLLM}, year = {2023} } ``` + + diff --git a/hatch.toml b/hatch.toml index b6b0fda3..6d3e931f 100644 --- a/hatch.toml +++ b/hatch.toml @@ -5,36 +5,37 @@ content-type = "text/markdown" text = """

- Banner for OpenLLM + Banner for OpenLLM

""" [[metadata.hooks.fancy-pypi-readme.fragments]] +end-before = "\n\n" path = "README.md" -end-before = "\n" +start-after = "\n" [[metadata.hooks.fancy-pypi-readme.fragments]] text = """

- Gif showing OpenLLM Intro + Gif showing OpenLLM Intro

""" [[metadata.hooks.fancy-pypi-readme.fragments]] +end-before = "\n\n" path = "README.md" start-after = "\n" -end-before = "\n" [[metadata.hooks.fancy-pypi-readme.fragments]] text = """ -

- Gif showing Agent integration + Gif showing Agent integration

""" [[metadata.hooks.fancy-pypi-readme.fragments]] +end-before = "\n" path = "README.md" start-after = "\n" -[[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]] +[[metadata.hooks.fancy-pypi-readme.fragments]] text = """ ## Release Information @@ -43,7 +44,7 @@ text = """ [[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]] path = "CHANGELOG.md" pattern = "\n(###.+?\n)## " -[[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]] +[[metadata.hooks.fancy-pypi-readme.fragments]] text = """ ---