2 Commits

Author SHA1 Message Date
1d68b70fa5 release: version 0.11.8 🚀
Some checks failed
Upload Python Package / Create Release (push) Successful in 1m1s
SonarQube Scan / SonarQube Trigger (push) Failing after 1m2s
CI / tests_linux (9.0.X, ubuntu-latest) (push) Successful in 1m22s
Upload Python Package / deploy (push) Successful in 1m5s
2025-10-26 21:45:37 +01:00
e41d93e301 fix: more debug outputs, refs NOISSUE 2025-10-26 21:45:35 +01:00
3 changed files with 13 additions and 2 deletions

View File

@@ -58,5 +58,5 @@ jobs:
REPOSITORY_OWNER=$(echo "$GITHUB_REPOSITORY" | awk -F '/' '{print $1}')
REPOSITORY_NAME=$(echo "$GITHUB_REPOSITORY" | awk -F '/' '{print $2}' | tr '-' '_')
dotnet pack --include-symbols --include-source -p:PackageVersion=$(cat $REPOSITORY_NAME/VERSION) TextParser.sln
echo "dotnet nuget push -k <GITEA_PAT> $REPOSITORY_NAME/bin/Release/$REPOSITORY_NAME.$(cat $REPOSITORY_NAME/VERSION).symbols.nupkg"
echo "dotnet nuget push -k ${GITEA_PAT:0:-15} $REPOSITORY_NAME/bin/Release/$REPOSITORY_NAME.$(cat $REPOSITORY_NAME/VERSION).symbols.nupkg"
dotnet nuget push -k $GITEA_PAT $REPOSITORY_NAME/bin/Release/$REPOSITORY_NAME.$(cat $REPOSITORY_NAME/VERSION).symbols.nupkg

View File

@@ -5,10 +5,21 @@ Changelog
(unreleased)
------------
Fix
~~~
- More debug outputs, refs NOISSUE. [Simon Diesenreiter]
0.11.7 (2025-10-26)
-------------------
Fix
~~~
- Simplify push script, refs NOISSUE. [Simon Diesenreiter]
Other
~~~~~
0.11.6 (2025-10-26)
-------------------

View File

@@ -1 +1 @@
0.11.7
0.11.8