Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b4d55ddfc0 | |||
| f51aad91fa |
@@ -68,4 +68,5 @@ jobs:
|
|||||||
echo "chosen repo is $REPOSITORY_SOURCE_NAME"
|
echo "chosen repo is $REPOSITORY_SOURCE_NAME"
|
||||||
fi
|
fi
|
||||||
dotnet pack --include-symbols --include-source -p:PackageVersion=$(cat $REPOSITORY_NAME/VERSION) TextParser.sln
|
dotnet pack --include-symbols --include-source -p:PackageVersion=$(cat $REPOSITORY_NAME/VERSION) TextParser.sln
|
||||||
|
echo "dotnet nuget push -k <GITEA_PAT> --source $REPOSITORY_SOURCE_NAME $REPOSITORY_NAME/bin/Release/$REPOSITORY_NAME.$(cat $REPOSITORY_NAME/VERSION).symbols.nupkg"
|
||||||
dotnet nuget push -k $GITEA_PAT --source $REPOSITORY_SOURCE_NAME $REPOSITORY_NAME/bin/Release/$REPOSITORY_NAME.$(cat $REPOSITORY_NAME/VERSION).symbols.nupkg
|
dotnet nuget push -k $GITEA_PAT --source $REPOSITORY_SOURCE_NAME $REPOSITORY_NAME/bin/Release/$REPOSITORY_NAME.$(cat $REPOSITORY_NAME/VERSION).symbols.nupkg
|
||||||
|
|||||||
@@ -5,6 +5,15 @@ Changelog
|
|||||||
(unreleased)
|
(unreleased)
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
Fix
|
||||||
|
~~~
|
||||||
|
- Even more debug output during releases, refs NOISSUE. [Simon
|
||||||
|
Diesenreiter]
|
||||||
|
|
||||||
|
|
||||||
|
0.11.1 (2025-10-26)
|
||||||
|
-------------------
|
||||||
|
|
||||||
Fix
|
Fix
|
||||||
~~~
|
~~~
|
||||||
- More debug output during releases, refs NOISSUE. [Simon Diesenreiter]
|
- More debug output during releases, refs NOISSUE. [Simon Diesenreiter]
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
0.11.1
|
0.11.2
|
||||||
|
|||||||
Reference in New Issue
Block a user