Replies: 1 comment 2 replies
-
Found it: <Target Name="WriteChangelogVersion" AfterTargets="AfterBuild">
<WriteLinesToFile
File="bin/Release/ChangelogVersion.txt"
Lines="@(CurrentReleaseChangelog)"
Overwrite="true"/>
</Target> |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thanks for this great tool.
I hope this is not a stupid question.
How can I use the output items from:
https://github.com/ionide/KeepAChangelog?tab=readme-ov-file#api
Let's say I want to write the version number to some other file too.
Beta Was this translation helpful? Give feedback.
All reactions