Skip to content

Commit 32a2fe4

Browse files
authored
fix(deps): headings are now always H2 (#1454)
Fixes #1389
1 parent 27214bf commit 32a2fe4

6 files changed

Lines changed: 34 additions & 34 deletions

File tree

__snapshots__/base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ exports['Strategy buildReleasePullRequest allows overriding initial version 1']
33
---
44
55
6-
### 2.3.4 (1983-10-10)
6+
## 2.3.4 (1983-10-10)
77
88
99
### Miscellaneous Chores

__snapshots__/default-changelog-notes.js

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
exports['DefaultChangelogNotes buildNotes should build default release notes 1'] = `
2-
### [1.2.3](https://github.com/googleapis/java-asset/compare/v1.2.2...v1.2.3) (1983-10-10)
2+
## [1.2.3](https://github.com/googleapis/java-asset/compare/v1.2.2...v1.2.3) (1983-10-10)
33
44
55
### ⚠ BREAKING CHANGES
@@ -17,7 +17,7 @@ exports['DefaultChangelogNotes buildNotes should build default release notes 1']
1717
`
1818

1919
exports['DefaultChangelogNotes buildNotes should build with custom changelog sections 1'] = `
20-
### [1.2.3](https://github.com/googleapis/java-asset/compare/v1.2.2...v1.2.3) (1983-10-10)
20+
## [1.2.3](https://github.com/googleapis/java-asset/compare/v1.2.2...v1.2.3) (1983-10-10)
2121
2222
2323
### ⚠ BREAKING CHANGES
@@ -40,7 +40,7 @@ exports['DefaultChangelogNotes buildNotes should build with custom changelog sec
4040
`
4141

4242
exports['DefaultChangelogNotes buildNotes should handle BREAKING CHANGE notes 1'] = `
43-
### [1.2.3](https://github.com/googleapis/java-asset/compare/v1.2.2...v1.2.3) (1983-10-10)
43+
## [1.2.3](https://github.com/googleapis/java-asset/compare/v1.2.2...v1.2.3) (1983-10-10)
4444
4545
4646
### ⚠ BREAKING CHANGES
@@ -53,7 +53,7 @@ exports['DefaultChangelogNotes buildNotes should handle BREAKING CHANGE notes 1'
5353
`
5454

5555
exports['DefaultChangelogNotes buildNotes should ignore RELEASE AS notes 1'] = `
56-
### [1.2.3](https://github.com/googleapis/java-asset/compare/v1.2.2...v1.2.3) (1983-10-10)
56+
## [1.2.3](https://github.com/googleapis/java-asset/compare/v1.2.2...v1.2.3) (1983-10-10)
5757
5858
5959
### ⚠ BREAKING CHANGES
@@ -66,7 +66,7 @@ exports['DefaultChangelogNotes buildNotes should ignore RELEASE AS notes 1'] = `
6666
`
6767

6868
exports['DefaultChangelogNotes buildNotes with commit parsing handles Release-As footers 1'] = `
69-
### [1.2.3](https://github.com/googleapis/java-asset/compare/v1.2.2...v1.2.3) (1983-10-10)
69+
## [1.2.3](https://github.com/googleapis/java-asset/compare/v1.2.2...v1.2.3) (1983-10-10)
7070
7171
7272
### meta
@@ -75,7 +75,7 @@ exports['DefaultChangelogNotes buildNotes with commit parsing handles Release-As
7575
`
7676

7777
exports['DefaultChangelogNotes buildNotes with commit parsing should allow customizing sections 1'] = `
78-
### [1.2.3](https://github.com/googleapis/java-asset/compare/v1.2.2...v1.2.3) (1983-10-10)
78+
## [1.2.3](https://github.com/googleapis/java-asset/compare/v1.2.2...v1.2.3) (1983-10-10)
7979
8080
8181
### Miscellaneous Chores
@@ -84,7 +84,7 @@ exports['DefaultChangelogNotes buildNotes with commit parsing should allow custo
8484
`
8585

8686
exports['DefaultChangelogNotes buildNotes with commit parsing should handle BREAKING CHANGE body 1'] = `
87-
### [1.2.3](https://github.com/googleapis/java-asset/compare/v1.2.2...v1.2.3) (1983-10-10)
87+
## [1.2.3](https://github.com/googleapis/java-asset/compare/v1.2.2...v1.2.3) (1983-10-10)
8888
8989
9090
### ⚠ BREAKING CHANGES
@@ -97,7 +97,7 @@ exports['DefaultChangelogNotes buildNotes with commit parsing should handle BREA
9797
`
9898

9999
exports['DefaultChangelogNotes buildNotes with commit parsing should handle a breaking change 1'] = `
100-
### [1.2.3](https://github.com/googleapis/java-asset/compare/v1.2.2...v1.2.3) (1983-10-10)
100+
## [1.2.3](https://github.com/googleapis/java-asset/compare/v1.2.2...v1.2.3) (1983-10-10)
101101
102102
103103
### ⚠ BREAKING CHANGES
@@ -110,7 +110,7 @@ exports['DefaultChangelogNotes buildNotes with commit parsing should handle a br
110110
`
111111

112112
exports['DefaultChangelogNotes buildNotes with commit parsing should handle bug links 1'] = `
113-
### [1.2.3](https://github.com/googleapis/java-asset/compare/v1.2.2...v1.2.3) (1983-10-10)
113+
## [1.2.3](https://github.com/googleapis/java-asset/compare/v1.2.2...v1.2.3) (1983-10-10)
114114
115115
116116
### Bug Fixes
@@ -119,7 +119,7 @@ exports['DefaultChangelogNotes buildNotes with commit parsing should handle bug
119119
`
120120

121121
exports['DefaultChangelogNotes buildNotes with commit parsing should handle git trailers 1'] = `
122-
### [1.2.3](https://github.com/googleapis/java-asset/compare/v1.2.2...v1.2.3) (1983-10-10)
122+
## [1.2.3](https://github.com/googleapis/java-asset/compare/v1.2.2...v1.2.3) (1983-10-10)
123123
124124
125125
### ⚠ BREAKING CHANGES
@@ -132,7 +132,7 @@ exports['DefaultChangelogNotes buildNotes with commit parsing should handle git
132132
`
133133

134134
exports['DefaultChangelogNotes buildNotes with commit parsing should handle meta commits 1'] = `
135-
### [1.2.3](https://github.com/googleapis/java-asset/compare/v1.2.2...v1.2.3) (1983-10-10)
135+
## [1.2.3](https://github.com/googleapis/java-asset/compare/v1.2.2...v1.2.3) (1983-10-10)
136136
137137
138138
### ⚠ BREAKING CHANGES
@@ -151,7 +151,7 @@ exports['DefaultChangelogNotes buildNotes with commit parsing should handle meta
151151
`
152152

153153
exports['DefaultChangelogNotes buildNotes with commit parsing should handle multi-line breaking change, if prefixed with list 1'] = `
154-
### [1.2.3](https://github.com/googleapis/java-asset/compare/v1.2.2...v1.2.3) (1983-10-10)
154+
## [1.2.3](https://github.com/googleapis/java-asset/compare/v1.2.2...v1.2.3) (1983-10-10)
155155
156156
157157
### ⚠ BREAKING CHANGES
@@ -166,7 +166,7 @@ exports['DefaultChangelogNotes buildNotes with commit parsing should handle mult
166166
`
167167

168168
exports['DefaultChangelogNotes buildNotes with commit parsing should handle multi-line breaking changes 1'] = `
169-
### [1.2.3](https://github.com/googleapis/java-asset/compare/v1.2.2...v1.2.3) (1983-10-10)
169+
## [1.2.3](https://github.com/googleapis/java-asset/compare/v1.2.2...v1.2.3) (1983-10-10)
170170
171171
172172
### ⚠ BREAKING CHANGES
@@ -179,7 +179,7 @@ exports['DefaultChangelogNotes buildNotes with commit parsing should handle mult
179179
`
180180

181181
exports['DefaultChangelogNotes buildNotes with commit parsing should not include content two newlines after BREAKING CHANGE 1'] = `
182-
### [1.2.3](https://github.com/googleapis/java-asset/compare/v1.2.2...v1.2.3) (1983-10-10)
182+
## [1.2.3](https://github.com/googleapis/java-asset/compare/v1.2.2...v1.2.3) (1983-10-10)
183183
184184
185185
### ⚠ BREAKING CHANGES
@@ -192,7 +192,7 @@ exports['DefaultChangelogNotes buildNotes with commit parsing should not include
192192
`
193193

194194
exports['DefaultChangelogNotes buildNotes with commit parsing should parse multiple commit messages from a single commit 1'] = `
195-
### [1.2.3](https://github.com/googleapis/java-asset/compare/v1.2.2...v1.2.3) (1983-10-10)
195+
## [1.2.3](https://github.com/googleapis/java-asset/compare/v1.2.2...v1.2.3) (1983-10-10)
196196
197197
198198
### Features

__snapshots__/linked-versions.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ exports['LinkedVersions plugin should group pull requests 1'] = `
33
---
44
55
6-
### [1.0.1](https://github.com/fake-owner/fake-repo/compare/pkg1-v1.0.0...pkg1-v1.0.1) (1983-10-10)
6+
## [1.0.1](https://github.com/fake-owner/fake-repo/compare/pkg1-v1.0.0...pkg1-v1.0.1) (1983-10-10)
77
88
99
### Bug Fixes
@@ -21,7 +21,7 @@ exports['LinkedVersions plugin should group pull requests 2'] = `
2121
2222
<details><summary>pkg2: 0.2.4</summary>
2323
24-
### [0.2.4](https://github.com/fake-owner/fake-repo/compare/pkg2-v0.2.3...pkg2-v0.2.4) (1983-10-10)
24+
## [0.2.4](https://github.com/fake-owner/fake-repo/compare/pkg2-v0.2.3...pkg2-v0.2.4) (1983-10-10)
2525
2626
2727
### Bug Fixes
@@ -31,7 +31,7 @@ exports['LinkedVersions plugin should group pull requests 2'] = `
3131
3232
<details><summary>pkg3: 0.2.4</summary>
3333
34-
### [0.2.4](https://github.com/fake-owner/fake-repo/compare/pkg3-v0.2.3...pkg3-v0.2.4) (1983-10-10)
34+
## [0.2.4](https://github.com/fake-owner/fake-repo/compare/pkg3-v0.2.3...pkg3-v0.2.4) (1983-10-10)
3535
3636
3737
### Miscellaneous Chores
@@ -50,7 +50,7 @@ exports['LinkedVersions plugin should sync versions pull requests 1'] = `
5050
5151
<details><summary>pkg1: 1.0.1</summary>
5252
53-
### [1.0.1](https://github.com/fake-owner/fake-repo/compare/pkg1-v1.0.0...pkg1-v1.0.1) (1983-10-10)
53+
## [1.0.1](https://github.com/fake-owner/fake-repo/compare/pkg1-v1.0.0...pkg1-v1.0.1) (1983-10-10)
5454
5555
5656
### Bug Fixes
@@ -60,7 +60,7 @@ exports['LinkedVersions plugin should sync versions pull requests 1'] = `
6060
6161
<details><summary>pkg2: 0.2.4</summary>
6262
63-
### [0.2.4](https://github.com/fake-owner/fake-repo/compare/pkg2-v0.2.3...pkg2-v0.2.4) (1983-10-10)
63+
## [0.2.4](https://github.com/fake-owner/fake-repo/compare/pkg2-v0.2.3...pkg2-v0.2.4) (1983-10-10)
6464
6565
6666
### Bug Fixes
@@ -70,7 +70,7 @@ exports['LinkedVersions plugin should sync versions pull requests 1'] = `
7070
7171
<details><summary>pkg3: 0.2.4</summary>
7272
73-
### [0.2.4](https://github.com/fake-owner/fake-repo/compare/pkg3-v0.2.3...pkg3-v0.2.4) (1983-10-10)
73+
## [0.2.4](https://github.com/fake-owner/fake-repo/compare/pkg3-v0.2.3...pkg3-v0.2.4) (1983-10-10)
7474
7575
7676
### Miscellaneous Chores

__snapshots__/manifest.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ exports['Manifest buildPullRequests should allow creating multiple pull requests
33
---
44
55
6-
### [1.0.1](https://github.com/fake-owner/fake-repo/compare/pkg1-v1.0.0...pkg1-v1.0.1) (1983-10-10)
6+
## [1.0.1](https://github.com/fake-owner/fake-repo/compare/pkg1-v1.0.0...pkg1-v1.0.1) (1983-10-10)
77
88
99
### Bug Fixes
@@ -19,7 +19,7 @@ exports['Manifest buildPullRequests should allow creating multiple pull requests
1919
---
2020
2121
22-
### [0.2.4](https://github.com/fake-owner/fake-repo/compare/pkg2-v0.2.3...pkg2-v0.2.4) (1983-10-10)
22+
## [0.2.4](https://github.com/fake-owner/fake-repo/compare/pkg2-v0.2.3...pkg2-v0.2.4) (1983-10-10)
2323
2424
2525
### Bug Fixes
@@ -37,7 +37,7 @@ exports['Manifest buildPullRequests should allow customizing pull request title
3737
3838
<details><summary>root: 1.2.2</summary>
3939
40-
### [1.2.2](https://github.com/fake-owner/fake-repo/compare/root-v1.2.1...root-v1.2.2) (1983-10-10)
40+
## [1.2.2](https://github.com/fake-owner/fake-repo/compare/root-v1.2.1...root-v1.2.2) (1983-10-10)
4141
4242
4343
### Bug Fixes
@@ -49,7 +49,7 @@ exports['Manifest buildPullRequests should allow customizing pull request title
4949
5050
<details><summary>pkg1: 1.0.2</summary>
5151
52-
### [1.0.2](https://github.com/fake-owner/fake-repo/compare/pkg1-v1.0.1...pkg1-v1.0.2) (1983-10-10)
52+
## [1.0.2](https://github.com/fake-owner/fake-repo/compare/pkg1-v1.0.1...pkg1-v1.0.2) (1983-10-10)
5353
5454
5555
### Bug Fixes
@@ -60,7 +60,7 @@ exports['Manifest buildPullRequests should allow customizing pull request title
6060
6161
<details><summary>pkg2: 0.2.4</summary>
6262
63-
### [0.2.4](https://github.com/fake-owner/fake-repo/compare/pkg2-v0.2.3...pkg2-v0.2.4) (1983-10-10)
63+
## [0.2.4](https://github.com/fake-owner/fake-repo/compare/pkg2-v0.2.3...pkg2-v0.2.4) (1983-10-10)
6464
6565
6666
### Bug Fixes
@@ -77,7 +77,7 @@ exports['Manifest buildPullRequests should allow overriding commit message 1'] =
7777
---
7878
7979
80-
### [1.0.1](https://github.com/fake-owner/fake-repo/compare/v1.0.0...v1.0.1) (1983-10-10)
80+
## [1.0.1](https://github.com/fake-owner/fake-repo/compare/v1.0.0...v1.0.1) (1983-10-10)
8181
8282
8383
### Bug Fixes
@@ -95,7 +95,7 @@ exports['Manifest buildPullRequests should handle mixing componentless configs 1
9595
9696
<details><summary>1.0.1</summary>
9797
98-
### [1.0.1](https://github.com/fake-owner/fake-repo/compare/v1.0.0...v1.0.1) (1983-10-10)
98+
## [1.0.1](https://github.com/fake-owner/fake-repo/compare/v1.0.0...v1.0.1) (1983-10-10)
9999
100100
101101
### Bug Fixes
@@ -105,7 +105,7 @@ exports['Manifest buildPullRequests should handle mixing componentless configs 1
105105
106106
<details><summary>pkg2: 0.2.4</summary>
107107
108-
### [0.2.4](https://github.com/fake-owner/fake-repo/compare/pkg2-v0.2.3...pkg2-v0.2.4) (1983-10-10)
108+
## [0.2.4](https://github.com/fake-owner/fake-repo/compare/pkg2-v0.2.3...pkg2-v0.2.4) (1983-10-10)
109109
110110
111111
### Bug Fixes
@@ -124,7 +124,7 @@ exports['Manifest buildPullRequests should handle multiple package repository 1'
124124
125125
<details><summary>pkg1: 1.0.1</summary>
126126
127-
### [1.0.1](https://github.com/fake-owner/fake-repo/compare/pkg1-v1.0.0...pkg1-v1.0.1) (1983-10-10)
127+
## [1.0.1](https://github.com/fake-owner/fake-repo/compare/pkg1-v1.0.0...pkg1-v1.0.1) (1983-10-10)
128128
129129
130130
### Bug Fixes
@@ -134,7 +134,7 @@ exports['Manifest buildPullRequests should handle multiple package repository 1'
134134
135135
<details><summary>pkg2: 0.2.4</summary>
136136
137-
### [0.2.4](https://github.com/fake-owner/fake-repo/compare/pkg2-v0.2.3...pkg2-v0.2.4) (1983-10-10)
137+
## [0.2.4](https://github.com/fake-owner/fake-repo/compare/pkg2-v0.2.3...pkg2-v0.2.4) (1983-10-10)
138138
139139
140140
### Bug Fixes

__snapshots__/rust.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ exports['Rust buildReleasePullRequest detects a default component 1'] = `
33
---
44
55
6-
### [0.123.5](https://github.com/googleapis/rust-test-repo/compare/rust-test-repo-v0.123.4...crate1-v0.123.5) (1983-10-10)
6+
## [0.123.5](https://github.com/googleapis/rust-test-repo/compare/rust-test-repo-v0.123.4...crate1-v0.123.5) (1983-10-10)
77
88
99
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"@xmldom/xmldom": "^0.8.2",
7979
"chalk": "^4.0.0",
8080
"code-suggester": "^3.0.0",
81-
"conventional-changelog-conventionalcommits": "^4.6.0",
81+
"conventional-changelog-conventionalcommits": "^5.0.0",
8282
"conventional-changelog-writer": "^5.0.0",
8383
"conventional-commits-filter": "^2.0.2",
8484
"detect-indent": "^6.1.0",

0 commit comments

Comments
 (0)