mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-15 01:03:03 +08:00
chore(): generate correct change log (#20888)
This commit is contained in:
@ -100,7 +100,7 @@ function findChangelog() {
|
|||||||
|
|
||||||
for (let i = 0; i < lines.length; i++) {
|
for (let i = 0; i < lines.length; i++) {
|
||||||
const line = lines[i];
|
const line = lines[i];
|
||||||
if (line.startsWith('# [')) {
|
if (line.startsWith('## [') || line.startsWith('# [')) {
|
||||||
if (start === -1) {
|
if (start === -1) {
|
||||||
start = i + 1;
|
start = i + 1;
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user