Skip to content

Commit

Permalink
Attempt at linking in GitHub release notes tag
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkors committed Feb 4, 2021
1 parent 0b0fc73 commit 4e5b302
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
useConfigFile: true
- name: Pack
run: dotnet pack --no-build /p:Version=${{ steps.gitversion.outputs.NuGetVersionV2 }} /p:InformationalVersion=${{ steps.gitversion.outputs.informationalVersion }} -o ./releases
run: dotnet pack --no-build /p:Version=${{ steps.gitversion.outputs.NuGetVersionV2 }} /p:InformationalVersion=${{ steps.gitversion.outputs.informationalVersion }} /p:PackageReleaseNotes="https://github.com/johnkors/NoCommonsNET/releases/tag/${{ steps.gitversion.outputs.NuGetVersionV2 }}" -o ./releases
- name: Publish
run: dotnet nuget push ./releases/NoCommons.${{ steps.gitversion.outputs.NuGetVersionV2 }}.nupkg -k=${{ secrets.NUGETORGAPIKEY }} -s=nuget.org
- run: git log $(git describe --tags --abbrev=0)..HEAD --oneline
Expand Down
4 changes: 1 addition & 3 deletions NoCommons/NoCommons.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
<AssemblyName>NoCommons</AssemblyName>
<PackageId>NoCommons</PackageId>
<Authors>John Korsnes</Authors>
<Description>Hjelpeklasser for validering og generering av data tilknyttet norske domener. </Description>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageReleaseNotes>Generering av fødselsnummere som er d-nummere. </PackageReleaseNotes>
<Description>Hjelpeklasser for validering og generering av data tilknyttet norske domener. </Description>
<PackageIcon>norge.512x512.png</PackageIcon>
<PackageTags>norway norwegian kontonummer fodselsnummer kidnummer organisasjonsnummer validation generators calculator holidays easter christmas</PackageTags>
</PropertyGroup>
Expand Down

0 comments on commit 4e5b302

Please sign in to comment.