openai/openai-python

Public

mirrored from https://github.com/openai/openai-pythonAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
84c85bdffde6bdfe8fd152ba5eec371e9260d0a8

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

release-please-config.json

64lines · modecode

1{
2 "packages": {
3 ".": {}
4 },
5 "$schema": "https://raw.githubusercontent.com/stainless-api/release-please/main/schemas/config.json",
6 "include-v-in-tag": true,
7 "include-component-in-tag": false,
8 "bump-minor-pre-major": true,
9 "bump-patch-for-minor-pre-major": false,
10 "pull-request-header": "Automated Release PR",
11 "pull-request-title-pattern": "release: ${version}",
12 "changelog-sections": [
13 {
14 "type": "feat",
15 "section": "Features"
16 },
17 {
18 "type": "fix",
19 "section": "Bug Fixes"
20 },
21 {
22 "type": "perf",
23 "section": "Performance Improvements"
24 },
25 {
26 "type": "revert",
27 "section": "Reverts"
28 },
29 {
30 "type": "chore",
31 "section": "Chores"
32 },
33 {
34 "type": "docs",
35 "section": "Documentation"
36 },
37 {
38 "type": "style",
39 "section": "Styles"
40 },
41 {
42 "type": "refactor",
43 "section": "Refactors"
44 },
45 {
46 "type": "test",
47 "section": "Tests",
48 "hidden": true
49 },
50 {
51 "type": "build",
52 "section": "Build System"
53 },
54 {
55 "type": "ci",
56 "section": "Continuous Integration",
57 "hidden": true
58 }
59 ],
60 "release-type": "python",
61 "extra-files": [
62 "src/openai/_version.py"
63 ]
64}