mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-30 20:24:25 +00:00
chore(ci): remove changelog from Discord notifications
[skip ci]
This commit is contained in:
10
.github/scripts/notify-embed.js
vendored
10
.github/scripts/notify-embed.js
vendored
@@ -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(),
|
||||
},
|
||||
],
|
||||
},
|
||||
]);
|
||||
|
||||
2
.github/workflows/prepare.yml
vendored
2
.github/workflows/prepare.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user