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 619 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
  1. name-template: 'v$NEXT_MINOR_VERSION'
  2. tag-template: 'v$NEXT_MINOR_VERSION'
  3. categories:
  4. - title: ':sparkles: Features'
  5. label:
  6. - 'feature :rocket:'
  7. - 'enhancement :sparkles:'
  8. - title: ':beetle: Bug Fixes'
  9. label: 'bug :beetle:'
  10. - title: ':toolbox: Maintenance'
  11. label:
  12. - 'maintenance :toolbox:'
  13. - 'dependencies'
  14. exclude-labels:
  15. - 'skip-changelog'
  16. change-template: '* $TITLE (#$NUMBER) @$AUTHOR'
  17. template: |
  18. # What's Changed
  19. $CHANGES
  20. Full list of commits made since last release viewable at [compare view](https://github.com/weiji14/deepicedrain/compare/v0.4.1...v0.4.2).
Tip!

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

Comments

Loading...