revanced-apks / build-apps

The ReVanced APKs
https://revanced_apks_web.t.me/
GNU General Public License v3.0
1.52k stars 87 forks source link

[Project Query] GitHub workflow's release description #117

Closed Rafee-M closed 7 months ago

Rafee-M commented 7 months ago

Hi, I wanted to ask which part of the code handles the release description. I found the code handling the changelog inside matrix-build.yml line 34. I was unable to find the other stuff in the release description (announcement, etc) though and would really appreciate it if you could help me.

Thanks.

rabilrbl commented 7 months ago

image

Line 40 & 45 fetches release notes from patches source and adds it to release_notes.md A release is created in line 49 with notes from file called release_notes.md

rabilrbl commented 7 months ago

We have custom python script at telegram-script folder in source

At line 185 in matrix-build.yml it is executed, it generates release notes and sents it to telegram channel

image

Rafee-M commented 7 months ago

Ah okay thanks a lot for the explanation! It was my bad, I assumed the announcement section was added separately, but it's actually part of the anddea/revanced-patches release notes.

Thanks!