From 75b145e11fdb7c1cf2442fa7b4ceb26eae960013 Mon Sep 17 00:00:00 2001 From: Jason Bahl Date: Tue, 18 Mar 2025 10:03:55 -0600 Subject: [PATCH 1/2] feat!: test since tags 3 --- automation-tests.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/automation-tests.php b/automation-tests.php index 63d0ffe..175a630 100644 --- a/automation-tests.php +++ b/automation-tests.php @@ -48,3 +48,13 @@ function test_since_next_version_again() { function test_since_next_version_again_2() { _deprecated_function( 'test_since_next_version_again_2', '4.4.0', '' ) } + +/** + * Testing a new feature with a since tag + * + * @since @next-version + * @deprecated @next-version This function was deprecated when it was added because it was just a test. + */ +function test_since_next_version_again_3() { + _deprecated_function( 'test_since_next_version_again_2', '@next-version', '' ) +} From 3d1e7650612c43b1f7ab1ab8f3427dc1f376dbd1 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 18 Mar 2025 16:04:56 +0000 Subject: [PATCH 2/2] chore: add changeset for PR #11 --- .changesets/20250318T160456-pr-11.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .changesets/20250318T160456-pr-11.md diff --git a/.changesets/20250318T160456-pr-11.md b/.changesets/20250318T160456-pr-11.md new file mode 100644 index 0000000..6966972 --- /dev/null +++ b/.changesets/20250318T160456-pr-11.md @@ -0,0 +1,9 @@ +--- +title: "feat!: test since tags 3" +pr: 11 +author: "jasonbahl" +type: "other" +breaking: true +description: | + null +---