Skip to content

Commit 7b47a27

Browse files
authored
Merge pull request #68 from pantheon-systems/release-0.3.8
Release 0.3.8
2 parents 926b143 + 3b320b7 commit 7b47a27

File tree

10 files changed

+28
-111
lines changed

10 files changed

+28
-111
lines changed

.bin/release-pr.sh

Lines changed: 0 additions & 78 deletions
This file was deleted.

.github/workflows/build-tag-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,22 @@ permissions:
1010

1111
jobs:
1212
tag:
13-
name: Tag with Assets
13+
name: Tag with Assets and Draft Release
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout code
1717
uses: actions/checkout@v3
1818
- name: Build, tag, and release
19-
uses: pantheon-systems/plugin-release-actions/build-tag-release@main
19+
uses: pantheon-systems/plugin-release-actions/build-tag-release@v0
2020
with:
2121
gh_token: ${{ secrets.GITHUB_TOKEN }}
2222
build_node_assets: "true"
2323
build_composer_assets: "true"
2424
prepare_dev:
25-
name: Update Dev environment for the next versions
25+
name: Update Dev environment for the next version
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Checkout code
2929
uses: actions/checkout@v3
3030
- name: Prepare Dev
31-
uses: pantheon-systems/plugin-release-actions/prepare-dev@main
31+
uses: pantheon-systems/plugin-release-actions/prepare-dev@v0

.github/workflows/draft-release.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,9 @@ jobs:
1212
draft-release:
1313
name: Draft Release PR
1414
runs-on: ubuntu-latest
15-
env:
16-
GH_TOKEN: ${{ github.token }}
1715
steps:
18-
- name: Checkout code
19-
uses: actions/checkout@v3
20-
- name: Create or Update Release PR
21-
run: |
22-
bash .bin/release-pr.sh
16+
- uses: actions/checkout@v3
17+
- name: Draft Release PR
18+
uses: pantheon-systems/plugin-release-actions/release-pr@v0
19+
with:
20+
gh_token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/lint-test.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
DB_HOST: localhost
1818
steps:
1919
- uses: actions/checkout@v3
20-
- name: Run shell linter
21-
run: make lint-shell
2220
- name: Install NPM & Composer dependencies
2321
run: |
2422
composer install
@@ -41,8 +39,7 @@ jobs:
4139
runs-on: ubuntu-latest
4240
name: WP.org Code Analysis
4341
steps:
44-
- name: WP.org Code Analysis
45-
uses: actions/checkout@v3
42+
- uses: actions/checkout@v3
4643
- name: WP.org Code Analysis
4744
uses: pantheon-systems/[email protected]
4845
with:
@@ -51,8 +48,7 @@ jobs:
5148
runs-on: ubuntu-latest
5249
name: PHP Compatibility
5350
steps:
54-
- name: Checkout
55-
uses: actions/checkout@v3
51+
- uses: actions/checkout@v3
5652
- run: echo "Note these tests may be incomplete for newer PHP version and miss some deprecations"
5753
shell: bash
5854
- name: PHPCompatibility
@@ -65,8 +61,7 @@ jobs:
6561
name: Validate README Spacing
6662
runs-on: ubuntu-latest
6763
steps:
68-
- name: Checkout
69-
uses: actions/checkout@v3
64+
- uses: actions/checkout@v3
7065
- uses: pantheon-systems/validate-readme-spacing@v1
7166
with:
7267
filepath: 'README.MD'

Makefile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
2-
3-
lint-shell:
4-
shellcheck .bin/release-pr.sh
5-
lint: lint-shell
1+
lint:
62
composer lint
73

84
test:

README.MD

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: comments, spam
55
Requires at least: 4.5
66
Tested up to: 6.2.1
77
Requires PHP: 5.6
8-
Stable tag: 0.3.7
8+
Stable tag: 0.3.8
99
License: GPLv2 or later
1010
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -14,10 +14,10 @@ See the robots hard at work.
1414
## Actions Used
1515

1616
### Development Workflow
17+
* [Prepare Release PR](https://github.com/pantheon-systems/plugin-release-actions/)
1718
* [Build/Tag/Release](https://github.com/pantheon-systems/plugin-release-actions/)
1819
* [Prepare Dev](https://github.com/pantheon-systems/plugin-release-actions/)
1920
* [Release to WordPress.org](https://github.com/10up/action-wordpress-plugin-deploy) (10up)
20-
* Prepare Release PR
2121

2222
### Linting and Testing
2323
* [WordPress.org Code Analysis](https://github.com/pantheon-systems/action-wporg-validator/)
@@ -26,6 +26,9 @@ See the robots hard at work.
2626

2727
## Changelog
2828

29+
### 0.3.8-dev
30+
* Set Counter to 13 [[67](https://github.com/pantheon-systems/plugin-pipeline-example/pull/67)]
31+
2932
### 0.3.7 (21 December 2023)
3033
* Update the Second Counter to 4 [[64](https://github.com/pantheon-systems/plugin-pipeline-example/pull/64)]
3134
* Update the Counter to 12 [[66](https://github.com/pantheon-systems/plugin-pipeline-example/pull/66)]

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plugin-pipeline-example",
3-
"version": "0.3.7",
3+
"version": "0.3.8",
44
"description": "A demo plugin to test and showcase github actions during plugin development and release",
55
"main": "Gruntfile.js",
66
"directories": {

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: comments, spam
55
Requires at least: 4.5
66
Tested up to: 6.2.1
77
Requires PHP: 5.6
8-
Stable tag: 0.3.7
8+
Stable tag: 0.3.8
99
License: GPLv2 or later
1010
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -68,6 +68,9 @@ directory take precedence. For example, `/assets/screenshot-1.png` would win ove
6868

6969
== Changelog ==
7070

71+
= 0.3.8 (21 December 2023) =
72+
* Set Counter to 13 [[67](https://github.com/pantheon-systems/plugin-pipeline-example/pull/67)]
73+
7174
= 0.3.7 (21 December 2023) =
7275
* Update the Second Counter to 4 [[64](https://github.com/pantheon-systems/plugin-pipeline-example/pull/64)]
7376

rossums-universal-robots.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Author URI: pantheon.io
88
* Text Domain: rossums-universal-robots
99
* Domain Path: /languages
10-
* Version: 0.3.7
10+
* Version: 0.3.8
1111
*
1212
* @package Rossums_Universal_Robots
1313
*/
@@ -17,7 +17,7 @@
1717
*
1818
* @since 0.3.0
1919
*/
20-
define( 'RUR_VERSION', '0.3.7' );
20+
define( 'RUR_VERSION', '0.3.8' );
2121

2222
/**
2323
* Returns an int. It's a feature.
@@ -26,7 +26,7 @@
2626
* @since 0.1.1
2727
*/
2828
function rur_counter() {
29-
return 12;
29+
return 13;
3030
}
3131

3232
/**

0 commit comments

Comments
 (0)