agones.dev/agones@v1.53.0/.github/release.yml (about)

     1  ---
     2  # Copyright 2023 Google LLC
     3  #
     4  # Licensed under the Apache License, Version 2.0 (the "License");
     5  # you may not use this file except in compliance with the License.
     6  # You may obtain a copy of the License at
     7  #
     8  #     http://www.apache.org/licenses/LICENSE-2.0
     9  #
    10  # Unless required by applicable law or agreed to in writing, software
    11  # distributed under the License is distributed on an "AS IS" BASIS,
    12  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    13  # See the License for the specific language governing permissions and
    14  # limitations under the License.
    15  changelog:
    16    exclude:
    17      labels: [duplicate, question, invalid, wontfix]
    18    categories:
    19      - title: Breaking changes
    20        labels: [kind/breaking]
    21      - title: Implemented enhancements
    22        labels: [kind/feature]
    23      - title: Fixed bugs
    24        labels: [kind/bug]
    25      - title: Security fixes
    26        labels: [area/security]
    27      - title: Other
    28        labels: ['*']