You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Up to now the publish workflow is all manual (i.e. I create the package and upload manually on NuGet).
It would be nice to add an automation via GitHub action that publish the package in some way.
To find a solution let's keep in mind the actual flow:
For each issue, a dedicated working branch is created
Once finished the branch is merged back into main through a pull request.
Because of this, the trigger that should start the publication process cannot simply be a push to main, since each release is a collection of multiple issues.
I was thinking about using the tag creation as trigger to run a github action which will publish the package on NuGet.
Any other thoughts and ideas will be very much appreciated! 🙂
help wantedExtra attention is neededquestionFurther information is requested
1 participant
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Up to now the publish workflow is all manual (i.e. I create the package and upload manually on NuGet).
It would be nice to add an automation via GitHub action that publish the package in some way.
To find a solution let's keep in mind the actual flow:
Because of this, the trigger that should start the publication process cannot simply be a push to main, since each release is a collection of multiple issues.
I was thinking about using the tag creation as trigger to run a github action which will publish the package on NuGet.
Any other thoughts and ideas will be very much appreciated! 🙂
All reactions