microsoft / testfx-docs

Docs for MSTest V2 test framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please publish release notes in the main repo's "Releases" instead of this text document

AnthonyMastrean opened this issue · comments

You're maintaining a Markdown file of release notes in this repository, separate from the code repository... this makes it difficult to consume a feed for package updates. Single files and source files, generally, cannot easily be watched without using the GitHub API. However, the GitHub releases page can be modified to expose an atom feed.

Turn this

https://github.com/microsoft/testfx/releases

Into this

https://github.com/microsoft/testfx/releases.atom

For what it's worth... maybe find a way to merge this docs repo with the main source repo?

I am not sure why it was done this way in the past. For me it would also make more sense to add release notes to the release page on the repo from which the release is done. I don't think the change will happen now, or in the next release, but I will keep it in mind. 🙂

I will move forward and close this issue as I am in the process of deprecating this repository and moving its content to the main repo (https://github.com/microsoft/testfx).