-
Notifications
You must be signed in to change notification settings - Fork 55
/
release.yml
42 lines (42 loc) · 1002 Bytes
/
release.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Used for automated release notes
# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes
#
# See .github/workflows/pr-required-labels.yml
changelog:
exclude:
labels:
- release # Exclude release PRs from changelog
categories:
- title: Dependencies
labels:
- dependencies # Generally about vulnerability fixes
- title: Documentation
labels:
- documentation
- title: CI Visibility
labels:
- ci-visibility
- title: RUM
labels:
- rum
- title: Serverless
labels:
- serverless
- title: Source Code Integration
labels:
- source-code-integration
- title: Static Analysis
labels:
- static-analysis
- title: Synthetics
labels:
- synthetics
- title: Profiling
labels:
- profiling
- title: Chores
labels:
- chores
- title: datadog-ci
labels:
- '*'