Skip to content

Commit

Permalink
fix: add message when not run in prerelease branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz Schmitz von Hülst committed Sep 3, 2021
1 parent db18aed commit ddeefc1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/success.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,5 +153,8 @@ export async function success(config: PluginConfig, context: GenerateNotesContex
);

await Promise.all(edits);
} else {

context.logger.info(`Configuration set to not run on prerelease branches`);
}
}

0 comments on commit ddeefc1

Please sign in to comment.