Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish release notes to nuget #921

Merged
merged 1 commit into from
Nov 22, 2024
Merged

Conversation

ivarne
Copy link
Member

@ivarne ivarne commented Nov 21, 2024

Seems like the correct thing to do when we spend time writing these notes, they should be visible on nuget.org as well

I have tested the changes to the pipeline on my fork https://github.com/ivarne/app-lib-dotnet/actions/runs/11962112985/job/33349764537, and downloaded artefacts to verify that release notes are included.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Altinn.App.Api</id>
    <version>0.0.0-preview24</version>
    <authors>Altinn Platform Contributors</authors>
    <license type="file">LICENSE</license>
    <licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
    <readme>README.md</readme>
    <description>This class library holds all the API controllers used by a standard Altinn 3 App.</description>
    <releaseNotes>## Finally were testing

**Full Changelog**: https://github.com/ivarne/app-lib-dotnet/compare/v0.0.0-preview23...v0.0.0-preview24</releaseNotes>
    <tags>Altinn Studio App Api Controllers</tags>
    <repository type="git" url="https://github.com/Altinn/app-lib-dotnet" commit="fda1a32213957e87c04f0e52799fd96f8c22e6ce" />

Copy link

sonarcloud bot commented Nov 21, 2024

Copy link
Contributor

@martinothamar martinothamar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice 🏆

@ivarne ivarne merged commit b0ce0e5 into main Nov 22, 2024
11 of 12 checks passed
@ivarne ivarne deleted the chore/publish-release-notes-to-nuget branch November 22, 2024 07:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants