diff --git a/.release-notes/213.md b/.release-notes/213.md deleted file mode 100644 index 8f25b6b0..00000000 --- a/.release-notes/213.md +++ /dev/null @@ -1,3 +0,0 @@ -## Support Ponyup on Windows - -To support ponyup on Windows, updated corral to be able to run `X.bat` files when given `X` as a command to run. Also changes to the Windows `make.ps1` script to make sure it still works with ponyup on Windows. \ No newline at end of file diff --git a/.release-notes/next-release.md b/.release-notes/next-release.md index 07b21b04..ad9508ab 100644 --- a/.release-notes/next-release.md +++ b/.release-notes/next-release.md @@ -2,3 +2,7 @@ We were using Path.join to construct locator paths for lock files. On Windows, this will use backslashes, which for locators that are URL paths, is incorrect. This change makes all locator paths use forward slashes instead. This is OK on Windows even for local filesystem dependencies since Windows understands forward slashes. +## Support Ponyup on Windows + +To support ponyup on Windows, updated corral to be able to run `X.bat` files when given `X` as a command to run. Also changes to the Windows `make.ps1` script to make sure it still works with ponyup on Windows. +