chocolatey-community / chocolatey-community-validation

Chocolatey CLI extension to bring community package validation rules to the console
Apache License 2.0
1 stars 4 forks source link

(#29) Add missing release notes to generated packages #41

Closed AdmiringWorm closed 8 months ago

AdmiringWorm commented 8 months ago

Description Of Changes

This adds a version substitution to the nuspec file to automatically insert the version to the release notes link when a package is generated.

Motivation and Context

We want to have a link to the release notes when we push a package to the Chocolatey Community Repository.

Testing

  1. Run .\build.ps1.
  2. Navigate to code_drop\Packages\Chocolatey.
  3. Extract the nupkg file.
  4. Open up the nuspec file.
  5. Ensure that the release notes element have the version number specified in the URL.

Operating Systems Testing

Change Types Made

Change Checklist

Related Issue

Fixes #29