diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 0000000..8dc79cd --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,18 @@ +changelog: + exclude: + labels: + - ignore-for-release + authors: + - octocat + categories: + - title: Breaking Changes 🛠 + labels: + - Semver-Major + - breaking-change + - title: Exciting New Features 🎉 + labels: + - Semver-Minor + - enhancement + - title: Other Changes + labels: + - "*" diff --git a/client/analysis_options.yaml b/client/analysis_options.yaml index b1e818e..0cd9e38 100644 --- a/client/analysis_options.yaml +++ b/client/analysis_options.yaml @@ -1,2 +1,2 @@ # Shared rules -include: package:openfoodfacts_flutter_lints/flutter.yaml \ No newline at end of file +include: package:openfoodfacts_flutter_lints/flutter.yaml