summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Radovanovic <74266147+IgorWounds@users.noreply.github.com>2024-01-11 14:19:24 +0100
committerGitHub <noreply@github.com>2024-01-11 13:19:24 +0000
commitcdce90447acc104ecc759636cf2092cd42d6618d (patch)
treecae6ab787f19c383631450038912efdd0fe055cc
parent8c3637324ec3f81567391e9422224cdcf02f57b4 (diff)
Hotfix/fix typo (#5948)
* Disable auto_build on test run * Fix typo * Revert
-rw-r--r--.github/release-drafter.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml
index 9643fdf332c..6b3a15ab1b1 100644
--- a/.github/release-drafter.yml
+++ b/.github/release-drafter.yml
@@ -1,12 +1,12 @@
-name-template: 'OpenBB Terminal v$NEXT_MINOR_VERSION'
+name-template: 'OpenBB Platform v$NEXT_MINOR_VERSION'
tag-template: 'v$NEXT_MINOR_VERSION'
categories:
- title: 🦋 OpenBB Platform Enhancements
- labels:
+ labels:
- 'platform'
- 'v4'
- title: 🐛 OpenBB Platform Bug Fixes
- labels:
+ labels:
- 'bug'
exclude-contributors:
- 'jmaslek'