Skip to content

Commit

Permalink
Merge pull request #157 from IABTechLab/ans-UID2-4013-add-changelog-back
Browse files Browse the repository at this point in the history
added changelog with different template for js sdk release notes
  • Loading branch information
ashleysmithTTD authored Jan 30, 2025
2 parents 8428e1e + 8677932 commit 6a67c08
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/publish-package-to-npmjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,20 @@ jobs:
needs: [incrementVersionNumber, build]
runs-on: ubuntu-latest
steps:
- name: Build Changelog
id: github_release_changelog
uses: mikepenz/release-changelog-builder-action@v4
with:
toTag: v${{ needs.incrementVersionNumber.outputs.new_version }}
configurationJson: |
{
"pr_template": " - #{{TITLE}} - ( PR: ##{{NUMBER}} )"
}
- name: Create Release Notes
uses: softprops/action-gh-release@v2
with:
name: v${{ needs.incrementVersionNumber.outputs.new_version }}
body: ${{ steps.github_release_changelog.outputs.changelog }}
draft: true
publish-package:
if: inputs.publish_to_npm
Expand Down

0 comments on commit 6a67c08

Please sign in to comment.