Mirror of Steamdown (Markdown -> Steam Markup converter)
0

Configure Feed

Select the types of activity you want to include in your feed.

Add release config

Spenser Black (Apr 3, 2025, 7:51 PM EDT) 7b58c756 a055b7fb

+19
+19
.github/release.yml
··· 1 + changelog: 2 + exclude: 3 + labels: 4 + - ignore-for-release 5 + authors: 6 + - dependabot 7 + categories: 8 + - title: Breaking changes 9 + labels: 10 + - breaking 11 + - title: New features 12 + labels: 13 + - feature 14 + - title: Fixes 15 + labels: 16 + - bug 17 + - title: Other changes 18 + labels: 19 + - "*"