mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-04-22 16:07:24 -04:00
infra: remove unused changelog
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
1
.github/actions/release.sh
vendored
1
.github/actions/release.sh
vendored
@@ -48,7 +48,6 @@ fi
|
||||
release_package() {
|
||||
local version="$1"
|
||||
echo "Releasing version ${version}..."
|
||||
towncrier build --yes --version "${version}"
|
||||
git add CHANGELOG.md changelog.d
|
||||
git commit -S -sm "infra: prepare for release ${version} [generated] [skip ci]"
|
||||
git push origin main
|
||||
|
||||
1489
CHANGELOG.md
1489
CHANGELOG.md
File diff suppressed because it is too large
Load Diff
@@ -1,29 +0,0 @@
|
||||
{%- if versiondata["version"] == "main" -%}
|
||||
## Changes for the Upcoming Release
|
||||
|
||||
> **Warning**: These changes reflect the current [development progress](https://github.com/bentoml/openllm/tree/main)
|
||||
> and have **not** been part of a official PyPI release yet.
|
||||
> To try out the latest change, one can do: `pip install -U git+https://github.com/bentoml/openllm.git@main`
|
||||
|
||||
{% else -%}
|
||||
## [{{ versiondata["version"] }}](https://github.com/bentoml/openllm/tree/v{{ versiondata["version"] }})
|
||||
{%- endif %}
|
||||
|
||||
{% for section, _ in sections.items() %}
|
||||
{% if sections[section] %}
|
||||
{% for category, val in definitions.items() if category in sections[section] %}
|
||||
|
||||
### {{ definitions[category]['name'] }}
|
||||
|
||||
{% for text, values in sections[section][category].items() %}
|
||||
- {{ text }}
|
||||
{{ values|join(',\n ') }}
|
||||
{% endfor %}
|
||||
|
||||
{% endfor %}
|
||||
{% else %}
|
||||
No significant changes.
|
||||
|
||||
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
@@ -134,56 +134,3 @@ text = """
|
||||
<img src="https://raw.githubusercontent.com/bentoml/openllm/main/.github/assets/output.gif" alt="Gif showing OpenLLM Intro" />
|
||||
</p>
|
||||
"""
|
||||
[[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]]
|
||||
end-before = "\n<!-- hatch-fancy-pypi-readme meta stop -->"
|
||||
path = "README.md"
|
||||
start-after = "<!-- hatch-fancy-pypi-readme meta start -->\n"
|
||||
[[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]]
|
||||
text = """
|
||||
## Release Information
|
||||
"""
|
||||
[[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]]
|
||||
path = "CHANGELOG.md"
|
||||
pattern = "\n(###.+?\n)## "
|
||||
start-after = "<!-- towncrier release notes start -->"
|
||||
[[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]]
|
||||
text = """
|
||||
---
|
||||
[Click me for full changelog](https://github.com/bentoml/openllm/blob/main/CHANGELOG.md)
|
||||
"""
|
||||
|
||||
[tool.towncrier]
|
||||
directory = "changelog.d"
|
||||
filename = "CHANGELOG.md"
|
||||
issue_format = "[#{issue}](https://github.com/bentoml/openllm/issues/{issue})"
|
||||
name = "openllm"
|
||||
start_string = "<!-- towncrier release notes start -->\n"
|
||||
template = "changelog.d/template.md.jinja"
|
||||
title_format = ""
|
||||
underlines = ["", "", ""]
|
||||
[[tool.towncrier.section]]
|
||||
path = ""
|
||||
[[tool.towncrier.type]]
|
||||
directory = "breaking"
|
||||
name = "Backwards-incompatible Changes"
|
||||
showcontent = true
|
||||
[[tool.towncrier.type]]
|
||||
directory = "deprecation"
|
||||
name = "Deprecations"
|
||||
showcontent = true
|
||||
[[tool.towncrier.type]]
|
||||
directory = "change"
|
||||
name = "Changes"
|
||||
showcontent = true
|
||||
[[tool.towncrier.type]]
|
||||
directory = "refactor"
|
||||
name = "Refactor"
|
||||
showcontent = true
|
||||
[[tool.towncrier.type]]
|
||||
directory = "feature"
|
||||
name = "Features"
|
||||
showcontent = true
|
||||
[[tool.towncrier.type]]
|
||||
directory = "fix"
|
||||
name = "Bug fix"
|
||||
showcontent = true
|
||||
|
||||
Reference in New Issue
Block a user