Skip to content

Commit 4b7e55c

Browse files
authored
Merge pull request #24 from wp-graphql/develop
release: next version 📦
2 parents da90e1e + a55b76e commit 4b7e55c

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: "chore: removed unneeded comment"
3+
pr: 23
4+
author: "jasonbahl"
5+
type: "chore"
6+
breaking: false
7+
description: |
8+
null
9+
---
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: "feat: replace next-version tag"
3+
pr: 25
4+
author: "jasonbahl"
5+
type: "feat"
6+
breaking: false
7+
description: |
8+
null
9+
---

automation-tests.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* Plugin Name: Automation Tests
4-
* Description: A plugin to test automation workflows. Updating description in 5.1.1
4+
* Description: A plugin to test automation workflows.
55
* Version: 5.1.1
66
* Author: Jason Bahl
77
* Tested up to: 6.2
@@ -72,4 +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
7576

0 commit comments

Comments
 (0)