Changelog #156

Closed
opened 2026-01-29 14:29:07 +00:00 by claunia · 10 comments
Owner

Originally created by @jerone on GitHub (Nov 8, 2017).

Where can I find the changelog / release notes for Markdig?

There is nothing in the Readme, no Changelog file and nothing in Releases.

Originally created by @jerone on GitHub (Nov 8, 2017). Where can I find the changelog / release notes for Markdig? There is nothing in the Readme, no Changelog file and nothing in [Releases](https://github.com/lunet-io/markdig/releases).
claunia added the enhancement label 2026-01-29 14:29:07 +00:00
Author
Owner

@xoofx commented on GitHub (Nov 8, 2017):

there is nothing, but versions are tagged, so if you really want to know, you can fetch git commits messages between versions

@xoofx commented on GitHub (Nov 8, 2017): there is nothing, but versions are tagged, so if you really want to know, you can fetch git commits messages between versions
Author
Owner

@xoofx commented on GitHub (Nov 8, 2017):

If you check the history of Markdig.csproj you will find some history... (and from previous versions, previous changelogs)

It is a bit of a pain to maintain actually and this is not ideal. There is a changelog in this file. There is the release tabs in github (not used), there could be a changelog.md file... (not used) etc.

What would be best? A changelod.md file?

@xoofx commented on GitHub (Nov 8, 2017): If you check the history of [Markdig.csproj](https://github.com/lunet-io/markdig/blob/master/src/Markdig/Markdig.csproj) you will find some history... (and from previous versions, previous changelogs) It is a bit of a pain to maintain actually and this is not ideal. There is a changelog in this file. There is the `release` tabs in github (not used), there could be a `changelog.md` file... (not used) etc. What would be best? A `changelod.md` file?
Author
Owner

@jerone commented on GitHub (Nov 8, 2017):

Just noticed a very summier list of changes on the NuGet page.

@jerone commented on GitHub (Nov 8, 2017): Just noticed a very summier list of changes on the [NuGet](https://www.nuget.org/packages/Markdig/) page.
Author
Owner

@xoofx commented on GitHub (Nov 8, 2017):

If Nuget was working like Visual Studio Code extensions, it would be much easier. I would just have to point to a changelog.md as part of the repo and everything would be linked

@xoofx commented on GitHub (Nov 8, 2017): If Nuget was working like Visual Studio Code extensions, it would be much easier. I would just have to point to a `changelog.md` as part of the repo and everything would be linked
Author
Owner

@jerone commented on GitHub (Nov 8, 2017):

What about creating and maintaining the Changelog.md file and pointing to it in the <PackageReleaseNotes/> and the projects Readme.md.

Edit: just like Azure Mobile for example: https://github.com/Azure/azure-mobile-apps-net-client/blob/master/src/Microsoft.Azure.Mobile.Client.SQLiteStore/Microsoft.Azure.Mobile.Client.SQLiteStore.csproj#L16

@jerone commented on GitHub (Nov 8, 2017): What about creating and maintaining the `Changelog.md` file and pointing to it in the `<PackageReleaseNotes/>` and the projects `Readme.md`. Edit: just like Azure Mobile for example: https://github.com/Azure/azure-mobile-apps-net-client/blob/master/src/Microsoft.Azure.Mobile.Client.SQLiteStore/Microsoft.Azure.Mobile.Client.SQLiteStore.csproj#L16
Author
Owner

@xoofx commented on GitHub (Nov 8, 2017):

Yeah, but the problem is that when you consult the NuGet package online or via the Package Manager, it would not show up...

@xoofx commented on GitHub (Nov 8, 2017): Yeah, but the problem is that when you consult the NuGet package online or via the Package Manager, it would not show up...
Author
Owner

@jerone commented on GitHub (Nov 8, 2017):

Yeah, but the problem is that when you consult the NuGet package online...

https://www.nuget.org/packages/Microsoft.Azure.Mobile.Client.SQLiteStore/

@jerone commented on GitHub (Nov 8, 2017): > Yeah, but the problem is that when you consult the NuGet package online... https://www.nuget.org/packages/Microsoft.Azure.Mobile.Client.SQLiteStore/
Author
Owner

@xoofx commented on GitHub (Nov 8, 2017):

oh, right, why not, that would be at least a compromise...

Will try to do this in the future

@xoofx commented on GitHub (Nov 8, 2017): oh, right, why not, that would be at least a compromise... Will try to do this in the future
Author
Owner

@xoofx commented on GitHub (Nov 21, 2017):

https://github.com/lunet-io/markdig/blob/master/changelog.md

@xoofx commented on GitHub (Nov 21, 2017): https://github.com/lunet-io/markdig/blob/master/changelog.md
Author
Owner

@jerone commented on GitHub (Nov 21, 2017):

Yes, I noticed it the other day. Thanks.

@jerone commented on GitHub (Nov 21, 2017): Yes, I noticed it the other day. Thanks.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#156