Skip to content

Commit

Permalink
Merge pull request #38 from microtechno9000/bugfix_versionWorkflow
Browse files Browse the repository at this point in the history
Github Workflow - Version
  • Loading branch information
microtechno9000 authored Nov 9, 2024
2 parents 3b8d3b8 + 9cd6eb0 commit 6ecff19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version_bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
if (titleFlag === "false") {
prBody = `Version Bot\n **PR title:** ${prTitle}\n **No valid version flag found**. PR title must include either [FEATURE] or [BUGFIX] to auto-increment the version.\n **Please update the PR title** and re-run the workflow.`;
} else {
prBody = `Version Bot:\n **PR title:** ${prTitle}\n Updated version: **${currentVersion}** to **${newVersion}**\n `Release version: **${versionType}**`;
prBody = `Version Bot:\n **PR title:** ${prTitle}\n Updated version: **${currentVersion}** to **${newVersion}**\n Release version: **${versionType}**`;
}
// Generate PR comment
Expand Down

0 comments on commit 6ecff19

Please sign in to comment.