Branch: refs/heads/main
Revision: b1dd676
Author: arezaii
Link: fix(build): remove chpldoc LICENSE file from release script by arezaii · Pull Request #20844 · chapel-lang/chapel · GitHub
Log Message:
Merge pull request #20844 from arezaii/fix-chpldoc-license
fix(build): remove chpldoc LICENSE file from release script
This PR removes the recently removed LICENSE file from the gen_release
script's list of files to explicitly copy. The LICENSE file for chpldoc
was removed in #20835, which led to failures in the release smoke tests.
TESTING:
-
can run
gen_releaseagain
reviewed by @mppf
Modified Files:
M util/buildRelease/gen_release
Compare: https://github.com/chapel-lang/chapel/compare/73fac93bc46b...b1dd67648f14