Skip to content

Commit 3744ccf

Browse files
committed
release: prepare v6.0.0
1 parent 909bd24 commit 3744ccf

File tree

6 files changed

+37
-22
lines changed

6 files changed

+37
-22
lines changed

CHANGELOG.md

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

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

5+
## v6.0.0 - 2025-03-18
6+
7+
> ⚠️ **BREAKING CHANGES**: This release contains breaking changes. Please review before upgrading.
8+
9+
### Breaking Changes
10+
11+
- feat!: remove deprecated functions ([#26](https://github.com/jasonbahl/automation-tests/pull/26))
12+
513
## v5.2.0 - 2025-03-18
614

715
### New Features

automation-tests.php

Lines changed: 1 addition & 1 deletion
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.2.0
5+
* Version: 6.0.0
66
* Author: Jason Bahl
77
* Tested up to: 6.2
88
*/

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.2.0');
3+
define('AUTOMATION_TESTS_VERSION', '6.0.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.2.0",
3+
"version": "6.0.0",
44
"description": "A plugin to test automation workflows",
55
"main": "index.js",
66
"scripts": {

readme.txt

Lines changed: 23 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.2.0
6+
Stable tag: 6.0.0
77
Requires PHP: 7.4
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -27,6 +27,20 @@ This plugin is a testing ground for GitHub Actions workflows before implementing
2727

2828
== Upgrade Notice ==
2929

30+
= 6.0.0 =
31+
32+
**⚠️ BREAKING CHANGES**: This release contains breaking changes that may require updates to your code.
33+
34+
* feat!: remove deprecated functions (https://github.com/jasonbahl/automation-tests/pull/26)
35+
36+
Please review these changes before upgrading.
37+
38+
= false =
39+
BREAKING CHANGES: This release contains breaking changes. Please review before upgrading.
40+
41+
* feat!: remove deprecated functions
42+
43+
3044
= 0.2.1 =
3145

3246
**New Features**
@@ -62,6 +76,14 @@ This plugin is a testing ground for GitHub Actions workflows before implementing
6276

6377
== Changelog ==
6478

79+
= 6.0.0 =
80+
81+
**⚠️ BREAKING CHANGES**: This release contains breaking changes. Please review before upgrading.
82+
83+
**Breaking Changes**
84+
85+
* feat!: remove deprecated functions (https://github.com/jasonbahl/automation-tests/pull/26)
86+
6587
= 5.2.0 =
6688

6789
**New Features**

release_notes.md

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,13 @@
22

33
## Changelog
44

5-
**Bump Type:** minor
5+
**Bump Type:** major
66

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))
7+
### ⚠️ BREAKING CHANGES
8+
- feat!: remove deprecated functions ([#26](https://github.com/wp-graphql/workflow-tests/pull/26))
129

1310
### 👏 Contributors
1411

1512
Thanks to the following contributors for making this release possible:
1613

1714
- [@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)
24-
25-
### `@since` Tag / Deprecation Updates
26-
27-
Updated 1 version placeholder in the following files:
28-
29-
- `automation-tests.php` (1 update)

0 commit comments

Comments
 (0)