Description
We want to automate the process of releasing NuGet packages (and perhaps to Umbraco's package repository too), so that we only have to approve a PR to the main branch. To setup this workflow we can use GitHub Actions that then use GitHub tags to determine the version that is released (that should follow semantic versioning).
Resources
GitHub tag bump action
Description
We want to automate the process of releasing NuGet packages (and perhaps to Umbraco's package repository too), so that we only have to approve a PR to the
mainbranch. To setup this workflow we can use GitHub Actions that then use GitHub tags to determine the version that is released (that should follow semantic versioning).Resources
GitHub tag bump action