Skip to content

Commit

Permalink
Merge pull request #1389 from hydephp/update-internal-release-script
Browse files Browse the repository at this point in the history
Update internal release script
  • Loading branch information
caendesilva authored Oct 19, 2023
2 parents 7f56aef + be15be5 commit 9bc02d2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion monorepo/release.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@

echo "Done. \n";

$message = 'Version '.$version;
$title = "$version - ".date('Y-m-d');
$body = ltrim(substr($notes, strpos($notes, "\n") + 2));
$companionBody = sprintf('Please see the release notes in the development monorepo https://github.com/hydephp/develop/releases/tag/%s', $version);
Expand Down Expand Up @@ -153,7 +154,10 @@
</details>
<p>
<h2>Create the Git commit</h2>
<label>Suggested message:</label><br>
<label>Suggested commit message:</label><br>
<input readonly type="text" value="$message">
<br><br>
<label>Suggested release title:</label><br>
<input readonly type="text" value="$title">
</p>
<p>
Expand Down

0 comments on commit 9bc02d2

Please sign in to comment.