mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-02-01 16:47:23 +00:00
Adding extensive typing support Unified browser and Node.JS implementations Adding support of Gitlab API 16.0
66 lines
1.5 KiB
YAML
66 lines
1.5 KiB
YAML
noVersionPrefix: true
|
|
|
|
plugins:
|
|
- npm
|
|
- released
|
|
- first-time-contributor
|
|
- all-contributors
|
|
- ./scripts/auto-before-commit-changelog-plugin.js
|
|
- - omit-release-notes
|
|
- username:
|
|
- coqbot
|
|
- - omit-commits
|
|
- username:
|
|
- coqbot
|
|
|
|
prereleaseBranches:
|
|
- next
|
|
|
|
noDefaultLabels: true
|
|
|
|
labels:
|
|
- name: breaking
|
|
changelogTitle: 💥 Breaking Change
|
|
description: Changes are not backwards compatible
|
|
releaseType: major
|
|
|
|
- name: type:feature
|
|
changelogTitle: ✨ Feature
|
|
description: Changes add a new feature
|
|
releaseType: minor
|
|
|
|
- name: type:bug
|
|
changelogTitle: 🐛 Bug Fix
|
|
description: Changes fix a minor bug
|
|
releaseType: minor
|
|
|
|
- name: type:hot fix
|
|
changelogTitle: 🚑 Hot Fix
|
|
description: Changes fix a critical bug
|
|
releaseType: minor
|
|
|
|
- name: type:technical debt
|
|
changelogTitle: 🔨 Technical Debt
|
|
description: Changes only affect the internal code, improving performance/quality
|
|
releaseType: patch
|
|
|
|
- name: type:security
|
|
changelogTitle: 🔒 Security
|
|
description: Changes improve the code security
|
|
releaseType: patch
|
|
|
|
- name: type:dependencies
|
|
changelogTitle: ↕️ Dependencies
|
|
description: Changes upgrade or remove dependencies
|
|
releaseType: patch
|
|
|
|
- name: type:testing
|
|
changelogTitle: 🚨 Tests
|
|
description: Changes affect test code
|
|
releaseType: none
|
|
|
|
- name: type:documentation
|
|
changelogTitle: 📚 Documentation
|
|
description: Changes only affect the documentation
|
|
releaseType: none
|