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:
@@ -65,7 +65,7 @@ jobs:
|
|||||||
id: build_changelog
|
id: build_changelog
|
||||||
uses: https://github.com/mikepenz/release-changelog-builder-action@v5
|
uses: https://github.com/mikepenz/release-changelog-builder-action@v5
|
||||||
with:
|
with:
|
||||||
mode: "COMMIT"
|
|
||||||
platform: "gitea"
|
platform: "gitea"
|
||||||
baseURL: "http://gitea:3000"
|
baseURL: "http://gitea:3000"
|
||||||
configuration: ".gitea/changelog-config.json"
|
configuration: ".gitea/changelog-config.json"
|
||||||
|
|||||||
1
hello.py
1
hello.py
@@ -8,6 +8,7 @@ def get_version():
|
|||||||
return f.read().strip()
|
return f.read().strip()
|
||||||
print("Version file not found. Returning default version '0.0.0'.")
|
print("Version file not found. Returning default version '0.0.0'.")
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
main()
|
main()
|
||||||
print("This script has been executed successfully.")
|
print("This script has been executed successfully.")
|
||||||
Reference in New Issue
Block a user