Skip to content

Commit

Permalink
Major Release v36.0.0 - Improved Typing, and API support (16.0) (#2258)
Browse files Browse the repository at this point in the history
Adding extensive typing support
Unified browser and Node.JS implementations
Adding support of Gitlab API 16.0
  • Loading branch information
jdalrymple committed Apr 26, 2023
1 parent f422027 commit 7f16488
Show file tree
Hide file tree
Showing 423 changed files with 33,991 additions and 20,840 deletions.
420 changes: 384 additions & 36 deletions .all-contributorsrc

Large diffs are not rendered by default.

66 changes: 34 additions & 32 deletions .autorc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,58 +6,60 @@ plugins:
- 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: Increment the major version when merged
description: Changes are not backwards compatible
releaseType: major

- name: feature
changelogTitle: 💥 Feature
description: A new feature addtion
- name: type:feature
changelogTitle: Feature
description: Changes add a new feature
releaseType: minor

- name: enhancement
changelogTitle: 🚀 Enhancement
description: Increment the minor version when merged
- name: type:bug
changelogTitle: 🐛 Bug Fix
description: Changes fix a minor bug
releaseType: minor

- name: bug
changelogTitle: 🐛 Bug Fix
description: Fixing a minor bug
- name: type:hot fix
changelogTitle: 🚑 Hot Fix
description: Changes fix a critical bug
releaseType: minor

- name: patch
changelogTitle: 🤷 Misc
description: Increment the patch version when merged
- name: type:technical debt
changelogTitle: 🔨 Technical Debt
description: Changes only affect the internal code, improving performance/quality
releaseType: patch

- name: security
changelogTitle: 🏿‍♀️ Security
- name: type:security
changelogTitle: 🔒 Security
description: Changes improve the code security
releaseType: patch

- name: technical debt
changelogTitle: 👷🏼‍♀️ Technical Debt
description: Changes only affect the internal code, improving performance/quaility
- name: type:dependencies
changelogTitle: ↕️ Dependencies
description: Changes upgrade or remove dependencies
releaseType: patch

- name: dependencies
changelogTitle: 🔩 Dependencies
description: Dependencies Updates
- name: type:testing
changelogTitle: 🚨 Tests
description: Changes affect test code
releaseType: none

- name: test
changelogTitle: 🔩 Tests
description: Test Updates
releaseType: none

- name: documentation
changelogTitle: 📝 Documentation
- name: type:documentation
changelogTitle: 📚 Documentation
description: Changes only affect the documentation
releaseType: none

- name: skip-release
description: Preserve the current version when merged
releaseType: skip
Loading

0 comments on commit 7f16488

Please sign in to comment.