Compare commits
1 Commits
renovate/c
...
feat-webUI
| Author | SHA1 | Date | |
|---|---|---|---|
|
bd7c4ba716
|
@@ -74,7 +74,7 @@ jobs:
|
|||||||
uses: https://github.com/mikepenz/release-changelog-builder-action@v5
|
uses: https://github.com/mikepenz/release-changelog-builder-action@v5
|
||||||
with:
|
with:
|
||||||
platform: "gitea"
|
platform: "gitea"
|
||||||
baseURL: "http://gitea:3000"
|
baseURL: "http://192.168.178.110:3000"
|
||||||
configuration: ".gitea/changelog-config.json"
|
configuration: ".gitea/changelog-config.json"
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||||
|
|||||||
57
bug.yml
57
bug.yml
@@ -1,57 +0,0 @@
|
|||||||
name: Bug Report
|
|
||||||
description: Report a bug in this project
|
|
||||||
title: "[Bug]: "
|
|
||||||
labels:
|
|
||||||
- kind/bug
|
|
||||||
- triage/needs triage
|
|
||||||
body:
|
|
||||||
|
|
||||||
- type: textarea
|
|
||||||
id: bug
|
|
||||||
attributes:
|
|
||||||
label: Describe the bug
|
|
||||||
description: |
|
|
||||||
A clear and concise description of what the bug is.
|
|
||||||
What did you expect to happen? What happened instead?
|
|
||||||
Include screenshots if applicable.
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: reproduction
|
|
||||||
attributes:
|
|
||||||
label: Steps to reproduce
|
|
||||||
description: |
|
|
||||||
A clear and concise description of how to reproduce the bug.
|
|
||||||
Include steps, code snippets, or screenshots if applicable.
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: additional-info
|
|
||||||
attributes:
|
|
||||||
label: Additional information
|
|
||||||
description: |
|
|
||||||
Add any other context or screenshots about the bug here.
|
|
||||||
- type: dropdown
|
|
||||||
id: browsers
|
|
||||||
attributes:
|
|
||||||
label: What browsers are you seeing the problem on?
|
|
||||||
multiple: true
|
|
||||||
options:
|
|
||||||
- Firefox
|
|
||||||
- Chrome
|
|
||||||
- Safari
|
|
||||||
- Microsoft Edge
|
|
||||||
|
|
||||||
- type: dropdown
|
|
||||||
id: operating-systems
|
|
||||||
attributes:
|
|
||||||
label: What operating systems are you seeing the problem on?
|
|
||||||
multiple: true
|
|
||||||
options:
|
|
||||||
- Windows
|
|
||||||
- macOS
|
|
||||||
- Linux
|
|
||||||
- iOS
|
|
||||||
- Android
|
|
||||||
|
|
||||||
|
|
||||||
@@ -1,35 +1,24 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "kompage"
|
name = "kompage"
|
||||||
version = "0.1.9"
|
version = "0.1.0"
|
||||||
description = "Add your description here"
|
description = "Add your description here"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.13"
|
requires-python = ">=3.13"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anilistapi>=0.1.1",
|
"anilistapi>=0.1.1",
|
||||||
"antlr4-python3-runtime>=4.9.3",
|
"komcache>=0.1.3",
|
||||||
"flask>=3.1.1",
|
|
||||||
"httpx>=0.28.1",
|
|
||||||
"httpx-retries>=0.3.2",
|
|
||||||
"hypercorn>=0.17.3",
|
|
||||||
"jinja2>=3.1.6",
|
|
||||||
"komcache>=0.1.0",
|
|
||||||
"komconfig>=0.2.0",
|
|
||||||
"komgapi>=0.1.1",
|
"komgapi>=0.1.1",
|
||||||
"komsuite-nyaapy>=0.1.0",
|
"komsuite-nyaapy>=0.1.3",
|
||||||
"limit>=0.2.3",
|
|
||||||
"quart>=0.20.0",
|
"quart>=0.20.0",
|
||||||
"uvicorn>=0.34.2",
|
"uvicorn>=0.38.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[[tool.uv.index]]
|
[[tool.uv.index]]
|
||||||
name = "gitea"
|
name = "gitea"
|
||||||
url = "https://git.theprivateserver.de/api/packages/KomSuite/pypi/simple/"
|
url = "https://git.theprivateserver.de/api/packages/KomSuite/pypi/simple/"
|
||||||
|
|
||||||
|
|
||||||
[tool.bumpversion]
|
[tool.bumpversion]
|
||||||
current_version = "0.1.9"
|
current_version = "0.1.0"
|
||||||
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
|
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
|
||||||
serialize = ["{major}.{minor}.{patch}"]
|
serialize = ["{major}.{minor}.{patch}"]
|
||||||
search = "{current_version}"
|
search = "{current_version}"
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user