chore(ci): remove changelog from Discord notifications

[skip ci]
This commit is contained in:
Jagandeep Brar
2022-07-09 18:15:49 -04:00
parent a101a70d14
commit dab455600d
2 changed files with 1 additions and 11 deletions

View File

@@ -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(),
},
],
},
]);

View File

@@ -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