feat: Initial Versioning 🐛

This commit is contained in:
2024-10-29 20:54:37 +13:00
parent a86f4499b2
commit 625623ec69
8 changed files with 200 additions and 1 deletions

5
.env.example Normal file
View File

@@ -0,0 +1,5 @@
GITEA_INSTANCE_BASE_URL="https://gitea.example.com"
GITEA_ACCESS_TOKEN="access_token"
GITEA_OWNER="owner"
GITEA_REPOSITORY="repository"
GITEA_PACKAGE_REGISTRY="composer"