summaryrefslogtreecommitdiffstats
path: root/.github/release-drafter.yml
blob: 4825d814fb6334f54925b2cf0ab1c7007fff46ca (plain)
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
name-template: 'OpenBB Platform v$NEXT_MINOR_VERSION'
tag-template: 'v$NEXT_MINOR_VERSION'
categories:
  - title: 🚨 OpenBB Platform Breaking Changes
    labels:
      - 'breaking_change'
  - title: 🦋 OpenBB Platform Enhancements
    labels:
      - 'platform'
      - 'v4'
  - title: 🐛 OpenBB Platform Bug Fixes
    labels:
      - 'bug'
  - title: 📚 OpenBB Documentation Changes
    labels:
      - 'docs'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
change-title-escapes: '\<*_&'
exclude-contributors:
  - 'jmaslek'
  - 'DidierRLopes'
  - 'deeleeramone'
  - 'hjoaquim'
  - 'jose-donato'
  - 'luqmanbello'
  - 'montezdesousa'
  - 'tehcoderer'
  - 'colin99d'
  - 'piiq'
  - 'andrewkenreich'
  - 'IgorWounds'
  - 'minhhoang1023'

template: |
  ## Thank you and welcome to our new contributors 🔥
  $CONTRIBUTORS

  ## Summary 🎉

  ## What's changed 🚀
  $CHANGES

  We are proud of our community contributors and staunch supporters of open-source ecosystems.
  Help us promote our community by tagging `@openbb_finance` on X with a link to your pull request,
  and join our Discord server to chat about your contribution! We want to hear about your experience!

  ### Links 🦋
  [Website](https://openbb.co/), [Twitter](https://twitter.com/openbb_finance), [Linkedin](https://www.linkedin.com/company/openbb-finance), [Instagram](https://www.instagram.com/openbb.finance/), [Reddit](https://www.reddit.com/r/openbb/), [Discord](https://discord.com/invite/xPHTuHCmuV)