Skip to content

Commit a199578

Browse files
committed
Fix changelog config
1 parent b5dca2a commit a199578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/.changelog-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
}
3838
],
3939
"sort": "ASC",
40-
"template": "${{CHANGELOG}}\n\n**Full Changelog:** ${{RELEASE_DIFF}}\n\nThe following NuGet packages are available from this release:\n\n:package: [Base Class Library](https://www.nuget.org/packages/nanoFramework.CoreLibrary/)\n:package: [Base Class Library w/o reflection](https://www.nuget.org/packages/nanoFramework.CoreLibrary.NoReflection/)",
40+
"template": "${{CHANGELOG}}\n\n**Full Changelog:** ${{RELEASE_DIFF}}\n\nThe following NuGet package is available from this release:\n\n:package: [nanoframework.TestFramework](https://www.nuget.org/packages/nanoframework.TestFramework/)",
4141
"pr_template": "* ${{TITLE}} by @${{AUTHOR}} in #${{NUMBER}}",
4242
"empty_template": "- no changes",
4343
"max_tags_to_fetch": 200,

0 commit comments

Comments
 (0)