Skip to content

Commit

Permalink
New feat (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
pwtyler authored Dec 20, 2023
1 parent cafbda5 commit 2e05847
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 deletions.
2 changes: 2 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ See the robots hard at work.
* [Build/Tag/Release](https://github.com/pantheon-systems/plugin-release-actions/)
* [Prepare Dev](https://github.com/pantheon-systems/plugin-release-actions/)
* [Release to WordPress.org](https://github.com/10up/action-wordpress-plugin-deploy) (10up)
* Prepare Release PR

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

### 0.3.4-dev
* Set Counter to 9 [[#](https://github.com/pantheon-systems/plugin-pipeline-example/pull/#)]

### 0.3.3 (20 December 2023)
* Set Counter to 8 [[55](https://github.com/pantheon-systems/plugin-pipeline-example/pull/55)]
Expand Down
6 changes: 3 additions & 3 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plugin-pipeline-example",
"version": "0.3.2-dev",
"version": "0.3.4-dev",
"description": "A demo plugin to test and showcase github actions during plugin development and release",
"main": "Gruntfile.js",
"directories": {
Expand Down
1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ directory take precedence. For example, `/assets/screenshot-1.png` would win ove
== Changelog ==

= 0.3.4-dev =
* Set Counter to 9 [[#](https://github.com/pantheon-systems/plugin-pipeline-example/pull/#)]

= 0.3.3 (20 December 2023) =
* Set Counter to 8 [[55](https://github.com/pantheon-systems/plugin-pipeline-example/pull/55)]
Expand Down
2 changes: 1 addition & 1 deletion rossums-universal-robots.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* @since 0.1.1
*/
function rur_counter() {
return 8;
return 9;
}

/**
Expand Down

0 comments on commit 2e05847

Please sign in to comment.