diff --git a/.github/scripts/notify-embed.js b/.github/scripts/notify-embed.js index ab8e07c8..fa894e37 100644 --- a/.github/scripts/notify-embed.js +++ b/.github/scripts/notify-embed.js @@ -1,9 +1,3 @@ -const getChangelog = () => { - const changelog = process.env.BUILD_CHANGELOG; - if (changelog) return changelog; - return "No Documented Changes"; -}; - const getRelease = () => { const title = process.env.BUILD_TITLE; let url = "https://builds.lunasea.app"; @@ -36,10 +30,6 @@ module.exports = () => { value: getWeb(), inline: true, }, - { - name: "Changelog", - value: getChangelog(), - }, ], }, ]); diff --git a/.github/workflows/prepare.yml b/.github/workflows/prepare.yml index d46d845d..1cd6f8f9 100644 --- a/.github/workflows/prepare.yml +++ b/.github/workflows/prepare.yml @@ -75,7 +75,7 @@ jobs: FLAVOR: ${{ steps.build-flavor.outputs.result }} with: result-encoding: string - script: return `Thank you for testing ${process.env.FLAVOR} release builds!\n\nAll changes can be found within the application.`; + script: return `Thank you for testing ${process.env.FLAVOR} release builds! All changes can be found within the application.`; - name: Build Number id: build-number