mottosso / bleeding-rez

Rez - Reproducible software environments for Windows, Linux and MacOS
GNU Lesser General Public License v3.0
72 stars 10 forks source link

Fix "&" being escaped on PoweShell's environment variables (#93) #95

Closed salvaom closed 4 years ago

salvaom commented 4 years ago

This update brings fixes the character "&" being escaped on PowerShell's shell plugin.

Ported from nerdvegas/rez:2.53.1.

Fixes #93

mottosso commented 4 years ago

Tests are a looking happy, and if you're happy then you're welcome to merge (added merge permissions to your profile just now).

You also incremented the version, excellent! Once merged, could you make a new release too? That will trigger a new upload to PyPI as well. Great job!

salvaom commented 4 years ago

I've removed a line I missed on the changelog from copying the previous message. The tests should not be affected and once they're done I'll merge the PR.

mottosso commented 4 years ago

Thanks @salvaom. For next time, there's no need to update the changelog, that's something from upstream. Instead, those can go into the notes included in the GitHub release. 👍