Skip to content

Commit

Permalink
chore: update dist file
Browse files Browse the repository at this point in the history
  • Loading branch information
roblambell authored Nov 1, 2023
1 parent 86939cb commit cc93640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31196,7 +31196,7 @@ async function main () {
const majorChanges = []
const minorChanges = []
const patchChanges = []
for (const commit of commits) {
for (const commit of commits.slice(-1)) {
try {
const cAst = cc.toConventionalChangelogFormat(cc.parser(commit.commit.message))
if (bumpTypes.major.includes(cAst.type)) {
Expand Down

0 comments on commit cc93640

Please sign in to comment.