diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 5d162872dec..d5a333ea525 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -39,7 +39,6 @@ version-resolver: minor: labels: - 'โœ๏ธ Feature' - - '๐Ÿ“ Proposal' patch: labels: - '๐Ÿ“’ Documentation' @@ -51,29 +50,29 @@ version-resolver: template: | $CHANGES + **๐Ÿ“’ Documentation**: https://docs.gofiber.io/next/ + + **๐Ÿ’ฌ Discord**: https://gofiber.io/discord + **Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION Thank you $CONTRIBUTORS for making this release possible. autolabeler: - label: '๐Ÿ“’ Documentation' - matcher: - title: '/(docs|doc:|\[doc\]|README|typos|comment|documentation)/i' + title: '/(docs|doc:|\[doc\]|README|typos|comment|documentation)/i' - label: 'โ˜ข๏ธ Bug' - matcher: - title: '/(fix|race|bug|missing|correct)/i' + title: '/(fix|bug)/i' - label: '๐Ÿงน Updates' - matcher: - title: '/(improve|improvements|update|refactor|deprecated|remove|unused|test)/i' + title: '/(improve|chore|improvements|missing|update|refactor|deprecated|remove|unused|test)/i' - label: '๐Ÿค– Dependencies' - matcher: - title: '/(bump|dependencies)/i' + files: + - 'go.mod' + - 'go.sum' + - '**/go.mod' + - '**/go.sum' - label: 'โœ๏ธ Feature' - matcher: - title: '/(feature|feat|create|implement|add)/i' -- label: '๐Ÿ“ Proposal' - matcher: - title: '/(proposal|idea|request|suggest)/i' + title: '/(feature|feat|create|implement|add|support)/i' - label: 'v3' branch: - '/main/'