1name-template: 'v$RESOLVED_VERSION'
2tag-template: 'v$RESOLVED_VERSION'
3categories:
4  - title: '�� Features'
5    labels:
6      - "enhancement"
7  - title: '�� Breaking Change'
8    labels:
9      - "change"
10  - title: '�� Bug Fixes'
11    labels:
12      - "bug"
13  - title: '�� Documentation'
14    labels:
15      - "documentation"
16  - title: '�� Maintenance'
17    labels:
18      - "chore"
19  - title: '⬆️ Dependencies'
20    labels:
21      - "dependencies"
22version-resolver:
23  major:
24    labels:
25      - 'change'
26  minor:
27    labels:
28      - 'enhancement'
29  patch:
30    labels:
31      - 'bug'
32      - 'chore'
33      - 'dependencies'
34      - 'documentation'
35  default: patch
36exclude-labels:
37  - 'skip-changelog'
38autolabeler:
39  - label: 'documentation'
40    files:
41      - '*.md'
42    branch:
43      - '/docs{0,1}\/.+/'
44  - label: 'chore'
45    branch:
46      - '/chore\/.+/'
47  - label: 'bug'
48    branch:
49      - '/fix\/.+/'
50    title:
51      - '/fix/i'
52  - label: 'enhancement'
53    branch:
54      - '/enh\/.+/'
55      - '/enhancement\/.+/'
56      - '/feat\/.+/'
57      - '/feature\/.+/'
58  - label: 'dependencies'
59    files:
60      - 'go.mod'
61      - 'go.sum'
62    branch:
63      - '/deps\/.+/'
64template: |
65  ## New in NGINX Prometheus Exporter v$RESOLVED_VERSION
66
67  $CHANGES
68
69  ## Upgrade
70
71  - Use the $RESOLVED_VERSION image from our [DockerHub](https://hub.docker.com/r/nginx/nginx-prometheus-exporter/tags?page=1&ordering=last_updated&name=$RESOLVED_VERSION), [GitHub Container](https://github.com/nginxinc/nginx-prometheus-exporter/pkgs/container/nginx-prometheus-exporter) or [Amazon ECR Public Gallery](https://gallery.ecr.aws/nginx/nginx-prometheus-exporter)
72  - Download the latest binaries from [GitHub releases page](https://github.com/nginxinc/nginx-prometheus-exporter/releases/tag/v$RESOLVED_VERSION).
73  - Update to the latest version with `brew upgrade nginx-prometheus-exporter`.
74
75  ## Compatibility
76
77  - NGINX 0.1.18 or newer.
78  - NGINX Plus R19 or newer.
79