Skip to content

Commit

Permalink
chore(scripts): slice changelog counts
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang committed May 20, 2021
1 parent b9bef50 commit d4fecc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/release/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ const generateChangeLogFile = () => {
const file = `
# Changelog
${tags
.slice(40)
.map((newer, index) => {
const older = tags[index + 1]
if (older) {
Expand Down

0 comments on commit d4fecc3

Please sign in to comment.