Skip to content

Commit 8dc805c

Browse files
Build "Merge pull request #3289 from Parsely/develop" (5c76e6b)
1 parent 1bacb94 commit 8dc805c

File tree

8 files changed

+707
-3181
lines changed

8 files changed

+707
-3181
lines changed

.github/ISSUE_TEMPLATE/release-template.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,20 @@ The following additional tasks might be needed depending on the release and its
3333
## Release process
3434

3535
**1. Update version numbers and changelog**
36-
- [ ] Run `php bin/release.php $OLD_VERSION $NEW_VERSION` to update version numbers, the changelog, and to push the PR to GitHub. Copy the changelog's new release text for later use.
37-
- [ ] Verify that the PR code looks correct. You can amend it with new commits if needed.
36+
- [ ] [Run the "Bump wp-parsely version"](https://github.com/Parsely/wp-parsely/actions/workflows/bump-version.yml) GitHub Action to update the version numbers in the plugin files. Use the branch you want to release from (usually `develop`).
37+
- [ ] Verify that the generated PR looks correct. You can amend it with new commits if needed.
3838
- [ ] Merge the PR into the target branch (usually `develop`).
3939

4040
**2. Merge develop into trunk**
4141
- [ ] [Create a PR](https://github.com/Parsely/wp-parsely/compare/trunk...develop?quick_pull=1&title=Release+wp-parsely+x.y.z&body=This+PR+merges+the+`develop`+branch+into+the+`trunk`+branch+in+order+to+release+wp-parsely+x.y.z.) that merges the target branch (usually `develop`) into `trunk`, named _Release wp-parsely x.y.z_.
4242
- [ ] Merge the PR into `trunk`.
4343

44-
**3. Create the GitHub release**
45-
- [ ] [Create a GitHub release](https://github.com/Parsely/wp-parsely/releases/new?target=trunk) that targets `trunk`.
46-
- [ ] For the release's text, use the changelog text that was posted by the `bin/release.php` script into the PR in step 1.
47-
- [ ] Verify that you're using the appropriate name and tag (should be the version that is being released, without a leading 'v' character), and publish the release.
48-
49-
**4. Deploy the release to wordpress.org**
50-
- [ ] Run the [Deploy to WordPress.org](https://github.com/Parsely/wp-parsely/actions/workflows/deploy.yml) GitHub workflow, selecting the new version tag.
44+
**3. Create release and deploy to WordPress.org**
45+
- [ ] Check if the `develop` and `trunk` branches built successfully. You can check it in the [GitHub Actions](https://github.com/Parsely/wp-parsely/actions/workflows/build-plugin.yml) tab.
46+
- [ ] [Run the "Release wp-parsely"](https://github.com/Parsely/wp-parsely/actions/workflows/release-plugin.yml) GitHub Action, on the `trunk-built` branch, inputting the new version number, and without selecting Dry run.
47+
- [ ] Check the action logs for any errors. If there are any, fix them and rerun the action.
48+
- [ ] Check the new release on the [GitHub releases page](https://github.com/Parsely/wp-parsely/releases) and verify that it is correct.
49+
- [ ] Verify that the release was successful by checking the [WordPress.org plugin page](https://wordpress.org/plugins/wp-parsely/).
5150

5251
## After releasing
5352

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.18.1](https://github.com/Parsely/wp-parsely/compare/3.18.0...3.18.1) - 2025-04-23
9+
10+
### Dependency Updates
11+
12+
- The list of all dependency updates for this release is available [here](https://github.com/Parsely/wp-parsely/pulls?q=is%3Apr+is%3Amerged+milestone%3A3.18.1+label%3ADeps).
13+
814
## [3.18.0](https://github.com/Parsely/wp-parsely/compare/3.17.0...3.18.0) - 2025-04-21
915

1016
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Parse.ly
22

3-
Stable tag: 3.18.0
3+
Stable tag: 3.18.1
44
Requires at least: 5.2
55
Tested up to: 6.8
66
Requires PHP: 7.2

0 commit comments

Comments
 (0)