Add releases to list of changelog file strings#4599
Add releases to list of changelog file strings#4599feelepxyz merged 3 commits intodependabot:mainfrom
Conversation
For example, this project puts their changelog in Releases.md https://github.com/denoland/deno/blob/main/Releases.md I think it is spiritually similar to "release" which is already on the list.
|
Was looking into adding tests, but was having trouble figuring out how to
Not experienced with ruby, so would appreciate pointers. |
|
(or manual testing on existing projects - if that's possible) |
|
Thanks, this makes sense to me! You can run the tests from inside the docker development container, here's what I do: Seems safe enough to not worry about a new test case for this, we don't test all the possible values in this array currently, and I can't really see a way for it to break things. If you're keen to add a test to make sure it works, I'll take it though ^^ |
Can't seem to create a docker-dev-shell Pulled main and problem persists. |

For example, this project puts their changelog in Releases.md
https://github.com/denoland/deno/blob/main/Releases.md
I think it is spiritually similar to "release" which is already on
the list.