File: jreleaser.yml

package info (click to toggle)
xerial-sqlite-jdbc 3.40.1.0%2Bdfsg-1%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,136 kB
  • sloc: java: 17,645; ansic: 2,743; sh: 2,700; xml: 427; makefile: 190
file content (42 lines) | stat: -rw-r--r-- 1,657 bytes parent folder | download
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
project:
  versionPattern: CUSTOM
  copyright: Taro L. Saito
release:
  github:
    discussionCategoryName: Announcements
    tagName: '{{projectVersion}}'
    changelog:
      links: true
      formatted: ALWAYS
      format: '- {{#commitIsConventional}}{{#conventionalCommitIsBreakingChange}}🚨 {{/conventionalCommitIsBreakingChange}}{{#conventionalCommitScope}}**{{conventionalCommitScope}}**: {{/conventionalCommitScope}}{{conventionalCommitDescription}}{{#conventionalCommitBreakingChangeContent}}: *{{conventionalCommitBreakingChangeContent}}*{{/conventionalCommitBreakingChangeContent}} ({{commitShortHash}}){{/commitIsConventional}}{{^commitIsConventional}}{{commitTitle}} ({{commitShortHash}}){{/commitIsConventional}}{{#commitHasIssues}}, closes{{#commitIssues}} {{issue}}{{/commitIssues}}{{/commitHasIssues}}'
      preset: 'conventional-commits'
      skipMergeCommits: true
      excludeLabels:
        - 'chore'
      labelers:
        - label: 'chore'
          title: '[maven-release-plugin] prepare'
          order: 1
      categories:
        - title: '🏎 Perf'
          key: 'perf'
          labels:
            - 'perf'
          order: 25
      hide:
        uncategorized: true
        contributors:
          - '[bot]'
          - 'github-actions'
          - 'GitHub'
    issues:
      enabled: true
      comment: '🎉 This issue has been resolved in `{{tagName}}` ([Release Notes]({{releaseNotesUrl}}))'
      applyMilestone: 'ALWAYS'
      label:
        name: 'released'
        description: 'Issue has been released'
        color: '#ededed'
files:
  artifacts:
    - path: 'target/{{projectName}}-{{projectVersion}}.jar'