-
-
Notifications
You must be signed in to change notification settings - Fork 94
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
Unable to access nuget package CycloneDX release notes #643
Comments
@coderpatros Could please send your feedback for the alternative solutions.
see also keep a changelog
|
This issue is stale because it has been open for 3 months with no activity. |
Possible DEV environment improvements:
I can create a PR for this 2 topics but only after a hint whether this will be merged. Happy New Year 🚀 |
I did see your old pull request regarding this, but I didn't get to fully review it yet. Unfortunately, a lot of stuff piled up before I became a maintainer. I liked the approach with Versionize(?) and ConventionalCommits. If I understood it correctly, the build would decide the new version number by the ConventionalCommits and automatically writes the changes, right?
That could then be combinable with "Generate Changelog from GH Releases" and the problem is solved? Did something change your opinion about Versionize? |
@mtsfoni I like the the conventional changelog of Versionize but not “bumps the version in your .csproj file”. The version number handling could be done by other tools much better e.g. Nerdbank.GitVersioning. I will look into Versionize options next. |
Could you give me a quick rundown how my workflows (what I personally need to do) for 'merging PR's' / 'releasing a new Version' after I merge this PR? |
The PR currently just replaces You have the freedom to choose which tool you want to generate CHANGELOG.md and I attached one generated with @mtsfoni I used action Release Drafter which generates a draft release using labeled PRs . https://github.com/Bertk/arcade-light/blob/main/.github/workflows/draft.yml |
The release note URL for the nuget package is invalid and therefore access fails.
This URL will work but the release note information should be available CHANGELOG.md file.
https://github.com/CycloneDX/cyclonedx-dotnet/blob/master/Directory.Build.props#:~:text=%3CPackageReleaseNotes%3ESee%20%24(PackageProjectUrl)/blob/master/CHANGELOG.md%23%24(VersionSuffix.Replace(%27.%27%2C%27%27))%20for%20release%20notes.%3C/PackageReleaseNotes%3E
The text was updated successfully, but these errors were encountered: