Merge pull request 'test wf in normal mode' (#6) from dev into main

Reviewed-on: #6
This commit was merged in pull request #6.
This commit is contained in:
2025-05-29 10:50:52 +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.")