File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed
Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 1+ # .github/release.yml
2+ # WARNING this file is managed by terraform and cannot be edited manually, see
3+ # geoadmin/infra-terraform-bgdi/tf/github/geoadmin/modules/service-repository-semver/release_config.tf
4+
5+ changelog :
6+ exclude :
7+ labels :
8+ - ignore-for-release
9+ - skip-changelog
10+ - skip-rn
11+ - skip-release-note
12+ - no-release-note
13+ - no-rn
14+ - no-changelog
15+ - new-release
16+ authors :
17+ - terraform-bgdi
18+ categories :
19+ - title : Breaking Changes 🛠
20+ labels :
21+ - breaking-change
22+ - title : New Features
23+ labels :
24+ - feature
25+ - enhancement
26+ - title : Data Updates
27+ labels :
28+ - data
29+ - data-integration
30+ - title : Bug Fixes
31+ labels :
32+ - fix
33+ - bugfix
34+ - bug
35+ - title : Other Changes
36+ labels :
37+ - " *"
You can’t perform that action at this time.
0 commit comments