Skip to content

Commit a88c80e

Browse files
Merge pull request #153 from IABTechLab/ans-UID2-4013-fix-changelog-formatting-release-notes
fix formatting of changelog section for js sdk release notes
2 parents 06a9746 + ef1ba3a commit a88c80e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/publish-package-to-npmjs.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,15 @@ jobs:
7373
runs-on: ubuntu-latest
7474
steps:
7575
- name: Build Changelog
76-
id: github_release_changelog
77-
uses: mikepenz/release-changelog-builder-action@v4
78-
with:
79-
toTag: v${{ inputs.new_version }}
80-
configurationJson: |
81-
{
82-
"template": "#{{CHANGELOG}}\n## Installation\n```\ndocker pull ${{ inputs.tags }}\n```\n\n## Image reference to deploy: \n```\n${{ inputs.image_tag }}\n```\n\n## Changelog\n#{{UNCATEGORIZED}}",
83-
"pr_template": " - #{{TITLE}} - ( PR: ##{{NUMBER}} )"
84-
}
76+
id: github_release_changelog
77+
uses: mikepenz/release-changelog-builder-action@v4
78+
with:
79+
toTag: v${{ inputs.new_version }}
80+
configurationJson: |
81+
{
82+
"template": "#{{CHANGELOG}}\n## Installation\n```\ndocker pull ${{ inputs.tags }}\n```\n\n## Image reference to deploy: \n```\n${{ inputs.image_tag }}\n```\n\n## Changelog\n#{{UNCATEGORIZED}}",
83+
"pr_template": " - #{{TITLE}} - ( PR: ##{{NUMBER}} )"
84+
}
8585
- name: Create Release Notes
8686
uses: softprops/action-gh-release@v2
8787
with:

0 commit comments

Comments
 (0)