Skip to content
This repository was archived by the owner on Apr 3, 2025. It is now read-only.

Commit dab4556

Browse files
committed
chore(ci): remove changelog from Discord notifications
[skip ci]
1 parent a101a70 commit dab4556

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.github/scripts/notify-embed.js

-10
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
const getChangelog = () => {
2-
const changelog = process.env.BUILD_CHANGELOG;
3-
if (changelog) return changelog;
4-
return "No Documented Changes";
5-
};
6-
71
const getRelease = () => {
82
const title = process.env.BUILD_TITLE;
93
let url = "https://builds.lunasea.app";
@@ -36,10 +30,6 @@ module.exports = () => {
3630
value: getWeb(),
3731
inline: true,
3832
},
39-
{
40-
name: "Changelog",
41-
value: getChangelog(),
42-
},
4333
],
4434
},
4535
]);

.github/workflows/prepare.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
FLAVOR: ${{ steps.build-flavor.outputs.result }}
7676
with:
7777
result-encoding: string
78-
script: return `Thank you for testing ${process.env.FLAVOR} release builds!\n\nAll changes can be found within the application.`;
78+
script: return `Thank you for testing ${process.env.FLAVOR} release builds! All changes can be found within the application.`;
7979

8080
- name: Build Number
8181
id: build-number

0 commit comments

Comments
 (0)