Weekly releases digest on Discord
@Chriscbr is already working on this.
Since Jun 24, 2024.
- Dominant language
- TypeScript
- Stars
- 5.4k
- Forks
- 215
- Avg merge
- 2h 9m
- Merged PRs (30d)
- 27
Description
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
- Please vote by adding a 👍 reaction to the issue to help us prioritize.
- If you are interested to work on this issue, please leave a comment.
- If this issue is labeled needs-discussion, it means the spec has not been finalized yet. Please reach out on the #dev channel in the Wing Discord.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.