Skip to content

Commit c45d38b

Browse files
committed
release: prepare v5.2.0
1 parent 4b7e55c commit c45d38b

File tree

6 files changed

+44
-7
lines changed

6 files changed

+44
-7
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## v5.2.0 - 2025-03-18
6+
7+
### New Features
8+
9+
- feat: replace next-version tag ([#25](https://github.com/jasonbahl/automation-tests/pull/25))
10+
11+
### Other Changes
12+
13+
- chore: removed unneeded comment ([#23](https://github.com/jasonbahl/automation-tests/pull/23))
14+
515
## v5.1.1 - 2025-03-18
616

717
### Other Changes

automation-tests.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Plugin Name: Automation Tests
44
* Description: A plugin to test automation workflows.
5-
* Version: 5.1.1
5+
* Version: 5.2.0
66
* Author: Jason Bahl
77
* Tested up to: 6.2
88
*/
@@ -72,5 +72,5 @@ function test_since_next_version_again_4() {
7272
_deprecated_function( 'test_since_next_version_again_4', '5.1.0', '' )
7373
}
7474

75-
// feat: replace @next-version test
75+
// feat: replace 5.2.0 test
7676

constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
define('AUTOMATION_TESTS_VERSION', '5.1.1');
3+
define('AUTOMATION_TESTS_VERSION', '5.2.0');
44
define('AUTOMATION_TESTS_PLUGIN_NAME', 'automation-tests');
55

66
/**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "automation-tests",
3-
"version": "5.1.1",
3+
"version": "5.2.0",
44
"description": "A plugin to test automation workflows",
55
"main": "index.js",
66
"scripts": {

readme.txt

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: jasonbahl
33
Tags: testing, automation
44
Requires at least: 5.0
55
Tested up to: 6.2
6-
Stable tag: 5.1.1
6+
Stable tag: 5.2.0
77
Requires PHP: 7.4
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -62,6 +62,16 @@ This plugin is a testing ground for GitHub Actions workflows before implementing
6262

6363
== Changelog ==
6464

65+
= 5.2.0 =
66+
67+
**New Features**
68+
69+
* feat: replace next-version tag (https://github.com/jasonbahl/automation-tests/pull/25)
70+
71+
**Other Changes**
72+
73+
* chore: removed unneeded comment (https://github.com/jasonbahl/automation-tests/pull/23)
74+
6575
= 5.1.1 =
6676

6777
**Other Changes**

release_notes.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,26 @@
11
## Release Notes
22

3+
## Changelog
34

5+
**Bump Type:** minor
46

5-
No changesets found.
6-
No changes to release at this time.
7+
### ✨ New Features
8+
- feat: replace next-version tag ([#25](https://github.com/wp-graphql/workflow-tests/pull/25))
9+
10+
### 🔄 Other Changes
11+
- chore: removed unneeded comment ([#23](https://github.com/wp-graphql/workflow-tests/pull/23))
12+
13+
### 👏 Contributors
14+
15+
Thanks to the following contributors for making this release possible:
16+
17+
- [@jasonbahl](https://github.com/jasonbahl)
18+
19+
### 🔄 Pending `@since` Tag / Deprecation Updates
20+
21+
The following 1 version placeholder will be updated during release:
22+
23+
- `automation-tests.php` (1 update)
724

825
### `@since` Tag / Deprecation Updates
926

0 commit comments

Comments
 (0)