winglang / wing

A programming language for the cloud ☁️ A unified programming model, combining infrastructure and runtime code into one language ⚡
https://winglang.io
Other
4.77k stars 189 forks source link

Weekly releases digest on Discord #6552

Open Chriscbr opened 1 month ago

Chriscbr commented 1 month ago

Use Case

On the Wing Discord server (https://t.winglang.io/discord) there's currently a #breaking-channels channel that publishes messages whenever breaking changes are published to the toolchain or to Wing libraries.

It could be handy to also get notified about other changes, but to have them as some kind of periodic, weekly digest.

Proposed Solution

The digest could be produced through a weekly job that identifies all commits (from the Wing monorepo and winglibs repo) made in the past week. Commits that start with "chore" could be skipped or ignored since they usually reflect non-user-facing changes.

Implementation Notes

No response

Component

Other

Community Notes

staycoolcall911 commented 1 month ago

Related to #2933

Chriscbr commented 1 week ago

Implemented in https://github.com/Chriscbr/wing-releases-discord-bot/commit/f456a4ae90e0b99a430ecba11a3c96722b685f2b

staycoolcall911 commented 1 week ago

Nice!!!

Chriscbr commented 23 hours ago

I think there's some bug causing the cron function to not be executed, so it wasn't published this past Sunday