|
8 | 8 | "include-component-in-tag": true,
|
9 | 9 | "include-v-in-tag": true,
|
10 | 10 | "separate-pull-requests": false,
|
| 11 | + "bump-minor-pre-major": true, |
| 12 | + "bump-patch-for-minor-pre-major": true, |
| 13 | + "versioning": "always-bump-minor", |
11 | 14 | "packages": {
|
12 | 15 | "packages/abstractions": {
|
13 | 16 | "name": "@microsoft/kiota-abstractions",
|
14 | 17 | "path": "packages/abstractions",
|
15 |
| - "release-type": "node" |
| 18 | + "release-type": "node", |
| 19 | + "changelog-path": "CHANGELOG.md" |
16 | 20 | },
|
17 | 21 | "packages/authentication/azure": {
|
18 | 22 | "name": "@microsoft/kiota-authentication-azure",
|
19 | 23 | "path": "packages/authentication/azure",
|
20 |
| - "release-type": "node" |
| 24 | + "release-type": "node", |
| 25 | + "changelog-path": "CHANGELOG.md" |
21 | 26 | },
|
22 | 27 | "packages/authentication/spfx": {
|
23 | 28 | "name": "@microsoft/kiota-authentication-spfx",
|
24 | 29 | "path": "packages/authentication/spfx",
|
25 |
| - "release-type": "node" |
| 30 | + "release-type": "node", |
| 31 | + "changelog-path": "CHANGELOG.md" |
26 | 32 | },
|
27 | 33 | "packages/bundle": {
|
28 | 34 | "name": "@microsoft/kiota-bundle",
|
29 | 35 | "path": "packages/bundle",
|
30 |
| - "release-type": "node" |
| 36 | + "release-type": "node", |
| 37 | + "changelog-path": "CHANGELOG.md" |
31 | 38 | },
|
32 | 39 | "packages/http/fetch": {
|
33 | 40 | "name": "@microsoft/kiota-http-fetchlibrary",
|
34 | 41 | "path": "packages/http/fetch",
|
35 |
| - "release-type": "node" |
| 42 | + "release-type": "node", |
| 43 | + "changelog-path": "CHANGELOG.md" |
36 | 44 | },
|
37 | 45 | "packages/serialization/form": {
|
38 | 46 | "name": "@microsoft/kiota-serialization-form",
|
39 | 47 | "path": "packages/serialization/form",
|
40 |
| - "release-type": "node" |
| 48 | + "release-type": "node", |
| 49 | + "changelog-path": "CHANGELOG.md" |
41 | 50 | },
|
42 | 51 | "packages/serialization/json": {
|
43 | 52 | "name": "@microsoft/kiota-serialization-json",
|
44 | 53 | "path": "packages/serialization/json",
|
45 |
| - "release-type": "node" |
| 54 | + "release-type": "node", |
| 55 | + "changelog-path": "CHANGELOG.md" |
46 | 56 | },
|
47 | 57 | "packages/serialization/multipart": {
|
48 | 58 | "name": "@microsoft/kiota-serialization-multipart",
|
49 | 59 | "path": "packages/serialization/multipart",
|
50 |
| - "release-type": "node" |
| 60 | + "release-type": "node", |
| 61 | + "changelog-path": "CHANGELOG.md" |
51 | 62 | },
|
52 | 63 | "packages/serialization/text": {
|
53 | 64 | "name": "@microsoft/kiota-serialization-text",
|
54 | 65 | "path": "packages/serialization/text",
|
55 |
| - "release-type": "node" |
| 66 | + "release-type": "node", |
| 67 | + "changelog-path": "CHANGELOG.md" |
56 | 68 | }
|
57 | 69 | },
|
58 | 70 | "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
|
|
0 commit comments