# refer to https://goreleaser.com for more options build: skip: true release: prerelease: auto header: | ## {{.Tag}} - {{ time "2006-01-02" }} extra_files: - glob: deploy/*.yaml changelog: skip: false groups: - title: Bug Fixes ð regexp: ^.*fix[(\\w)]*:+.*$ - title: Build ð regexp: ^.*build[(\\w)]*:+.*$ - title: Code Refactoring ð regexp: ^.*refactor[(\\w)]*:+.*$ - title: Code Style ð¶ regexp: ^.*style[(\\w)]*:+.*$ - title: Continuous Integration ð regexp: ^.*ci[(\\w)]*:+.*$ - title: Documentation ð regexp: ^.*docs[(\\w)]*:+.*$ - title: Features ð regexp: ^.*feat[(\\w)]*:+.*$ - title: Maintenance ð§ regexp: ^.*chore[(\\w)]*:+.*$ - title: Performance Improvements ð regexp: ^.*perf[(\\w)]*:+.*$ - title: Revert Change âï¸ regexp: ^.*revert[(\\w)]*:+.*$ - title: Security Fix ð¡ï¸ regexp: ^.*security[(\\w)]*:+.*$ - title: Testing ð regexp: ^.*test[(\\w)]*:+.*$