forked from Automattic/WP-Job-Manager
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'add/release-script' into ttrunk
# Conflicts: # scripts/release-create.mjs
- Loading branch information
Showing
3 changed files
with
48 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
export default ( { changelog, version }) => ` | ||
> [!IMPORTANT] | ||
> Merging this PR will build and publish the new version automatically as a GitHub release, then deploy the new version on the WordPress.org plugin repository. | ||
> | ||
## WP Job Manager ${version} | ||
> [!NOTE] | ||
> These release notes between the two \`---\` lines will be the final changelog entry for the release. Edit them freely here before merging. | ||
> | ||
### Release Notes | ||
--- | ||
${ changelog } | ||
--- | ||
### Release | ||
> [!NOTE] | ||
> Click 'Ready for Review', ping the team, review the PR and merge. Upon merging, automation will: | ||
> - Write the release notes above to the changelog | ||
> - Create and tag a new GitHub release | ||
> - Deploy the release to WordPress.org | ||
`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters