Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFix quotation bug in release script. #220
Conversation
|
Makes sense, looks good to me. |
This is a simple change to correctly extract the changelog in the release script. Previously, it would search for, e.g.,
but it needs to search for
You can see an example of the existing script failing in #218 and then the modified script succeeding in #219.