The introduction of EasyBuild.PackageReleaseNotes.Tasks takes priority over -p:PackageVersion CLI arguments.
This means when generating local package using ./build.sh package the version picked is coming from the CHANGELOG.md
To fix this issue, I will introduce a condition in EasyBuild.PackageReleaseNotes.Tasks so people can prevent it from setting the version.
The introduction of
EasyBuild.PackageReleaseNotes.Taskstakes priority over-p:PackageVersionCLI arguments.This means when generating local package using
./build.sh packagethe version picked is coming from the CHANGELOG.mdTo fix this issue, I will introduce a condition in
EasyBuild.PackageReleaseNotes.Tasksso people can prevent it from setting the version.