Skip to content
Snippets Groups Projects
.releaserc.yml 1.46 KiB
Newer Older
Thorsten Hersam's avatar
Thorsten Hersam committed
---
plugins:
  - - "@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

Consent

On this website, we use the web analytics service Matomo to analyze and review the use of our website. Through the collected statistics, we can improve our offerings and make them more appealing for you. Here, you can decide whether to allow us to process your data and set corresponding cookies for these purposes, in addition to technically necessary cookies. Further information on data protection—especially regarding "cookies" and "Matomo"—can be found in our privacy policy. You can withdraw your consent at any time.