Skip to content

Commit

Permalink
chore: update error message it noe changeset found
Browse files Browse the repository at this point in the history
  • Loading branch information
Noggling committed Oct 4, 2023
1 parent 1ecdc7c commit b3abb01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/create-changeset/src/changeset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const parseBody = (body: string): string => {
return result.trim().concat("\n");
}

throw new Error("No release notes header was found");
throw new Error("No changeset notes header was found");
};

/**
Expand Down

0 comments on commit b3abb01

Please sign in to comment.