Skip to content

Commit eb995ab

Browse files
committed
Work CI-CD
- Fix generate change log action and config. ***NO_CI***
1 parent 58df495 commit eb995ab

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
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\n<h4>Install from nuget.org</h4>\nThe following NuGet package is available from this release:\n\n:package: [nanoFramework.Networking.Thread](https://www.nuget.org/packages/nanoFramework.Networking.Thread/)",
40+
"template": "${{CHANGELOG}}\n\n**Full Changelog:** ${{RELEASE_DIFF}}\n\nThe following NuGet package is available from this release:\n\n:package: [nanoFramework.Networking.Thread](https://www.nuget.org/packages/nanoFramework.Networking.Thread/)",
4141
"pr_template": "* ${{TITLE}} by @${{AUTHOR}} in #${{NUMBER}}",
4242
"empty_template": "- no changes",
4343
"max_tags_to_fetch": 200,

.github/workflows/generate-changelog.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
# Copyright (c) .NET Foundation and Contributors
22
# See LICENSE file in the project root for full license information.
33

4-
name: Build changelog
4+
name: Generate Changelog
5+
run-name: Generate changelog
56

67
on:
78
push:
89
tags:
910
- '*'
10-
repository_dispatch:
11-
types: generate-changelog
1211

1312
jobs:
1413
compose_changelog:

0 commit comments

Comments
 (0)