This repository has been archived by the owner on Sep 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path.releaserc.yml
61 lines (61 loc) · 1.73 KB
/
.releaserc.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
branches:
- main
tagFormat: "${version}"
plugins:
- - "@semantic-release/commit-analyzer"
- releaseRules:
- type: refactor
release: patch
- - "@semantic-release/release-notes-generator"
- parserOpts:
noteKeywords: ["BREAKING CHANGE", "BREAKING CHANGES", "BREAKING"]
preset: conventionalcommits
presetConfig:
types:
- type: build
section: Build System
hidden: false
- type: chore
section: Build System
hidden: false
- type: ci
section: Continuous Integration
hidden: false
- type: docs
section: Documentation
hidden: false
- type: feat
section: Features
hidden: false
- type: fix
section: Bug Fixes
hidden: false
- type: perf
section: Performance Improvements
hidden: false
- type: refactor
section: Code Refactoring
hidden: false
- type: style
section: Styles
hidden: false
- type: test
section: Tests
hidden: false
writerOpts:
commitSort: ["subject", "scope"]
- - "@semantic-release/changelog"
- changelogTitle: JRuby OpenHAB Scripting Change Log
changelogFile: CHANGELOG.md
- - semantic-release-rubygem
- gemFileDir: pkg/
updateGemfileLock: true
- - "@semantic-release/git"
- assets:
- CHANGELOG.md
- lib/openhab/version.rb
- Gemfile.lock
- - "@semantic-release/github"
- assets:
- path: "./pkg/openhab-scripting-${nextRelease.version}.gem"
label: openhab-scripting Ruby Gem