Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

release-drafter.yml 980 B

You have to be logged in to leave a comment. Sign In
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
  1. name-template: '$RESOLVED_VERSION Changelog'
  2. version-resolver:
  3. minor:
  4. labels:
  5. - 'feature'
  6. default: patch
  7. categories:
  8. - title: 'New Features in GMT $RESOLVED_VERSION'
  9. label: 'new feature'
  10. - title: 'New Common Options in GMT $RESOLVED_VERSION'
  11. label: 'new common option'
  12. - title: 'New Modules in GMT $RESOLVED_VERSION'
  13. label: 'new module'
  14. - title: 'New Core Module Features in GMT $RESOLVED_VERSION'
  15. label: 'new core module feature'
  16. - title: 'Supplement updates in GMT $RESOLVED_VERSION'
  17. label: 'supplement update'
  18. - title: 'Documentation updates in GMT $RESOLVED_VERSION'
  19. label: 'documentation'
  20. - title: 'Maintenance updates in GMT $RESOLVED_VERSION'
  21. label: 'maintenance'
  22. - title: 'Deprecations in GMT $RESOLVED_VERSION'
  23. label: 'deprecation'
  24. include-labels:
  25. - 'add-changelog'
  26. category-template: '### $TITLE'
  27. change-template: '* $TITLE ([#$NUMBER]($URL))'
  28. template: |
  29. ## Release of GMT $RESOLVED_VERSION
  30. $CHANGES
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...