JetBrains / UnrealLink

Apache License 2.0
132 stars 23 forks source link

Update the changes notes link to the CHANGELOG #111

Closed jorgenpt closed 3 years ago

jorgenpt commented 3 years ago

In the plugin panel in RIDER, the change notes section links to a different branch's CHANGELOG.md, this switches it to point to net211's CHANGELOG.md.

jorgenpt commented 3 years ago

I also noticed that the update to 2021.1.9 showed just the section headings (added/changed/etc) without showing any notes -- not entirely clear what's causing that:

image

DecoyRS commented 3 years ago

Hi @jorgenpt ! Thank you for noticing the problems with changelog. I've fixed it by using active branch name to be referenced in the changelog, otherwise we'll be constantly forgetting to update build files :) https://github.com/JetBrains/UnrealLink/commit/4e6fb7c99c814e5f89701e4ead3344a6a90b2c0e Cheers!

jorgenpt commented 3 years ago

@DecoyRS That seems preferable! I just wasn't familiar enough with the build tooling here to make the more robust change 💯