test wf in normal mode #6

Merged
WorldTeacher merged 2 commits from dev into main 2025-05-29 10:50:53 +01:00
2 changed files with 2 additions and 1 deletions

View File

@@ -65,7 +65,7 @@ jobs:
id: build_changelog
uses: https://github.com/mikepenz/release-changelog-builder-action@v5
with:
mode: "COMMIT"
platform: "gitea"
baseURL: "http://gitea:3000"
configuration: ".gitea/changelog-config.json"

View File

@@ -8,6 +8,7 @@ def get_version():
return f.read().strip()
print("Version file not found. Returning default version '0.0.0'.")
if __name__ == "__main__":
main()
print("This script has been executed successfully.")