Newer
Older
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
- - "@semantic-release/commit-analyzer"
- preset: 'conventionalcommits'
releaseRules:
- type: 'chore'
release: 'patch'
- - "@semantic-release/release-notes-generator"
- preset: 'conventionalcommits'
presetConfig:
types:
- type: 'feat'
section: ':sparkles: Features'
hidden: false
- type: 'fix'
section: ':bug: Fixes'
hidden: false
- type: 'docs'
section: ':memo: Documentation'
hidden: false
- type: 'style'
section: ':barber: Styles'
hidden: false
- type: 'refactor'
section: ':zap: Refactor'
hidden: false
- type: 'perf'
section: ':fast_forward: Performance'
hidden: false
- type: 'test'
section: ':white_check_mark: Tests'
hidden: false
- type: 'ci'
section: ':repeat: Continuous Integrations'
hidden: false
- type: 'chore'
section: ':repeat: Chores'
hidden: false
- - "@semantic-release/gitlab"
- gitlabUrl: https://git.gsb-itzbund.de
assets:
- path: Documentation/Release.md
label: Release Notes
- url: https://git.gsb-itzbund.de/gsb11/distribution-package-gsb_frontend/-/blob/main/README.md
label: README
branches:
- name: release
- name: main
prerelease: rc