Skip to content

Commit 0870cfa

Browse files
Version Action (#25)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 76c980a commit 0870cfa

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

.changeset/giant-zoos-raise.md

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

.changeset/silent-spiders-drop.md

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

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# @wpengine/github-action-wpe-site-deploy
2+
3+
## 3.1.0
4+
5+
### Minor Changes
6+
7+
- 559547c: Copy post-deploy `SCRIPT` to the remote if it exists in the repo but not on the remote. This allows for storing script files outside of `SRC_PATH`. [#12](https://github.com/wpengine/github-action-wpe-site-deploy/pull/12)
8+
9+
### Patch Changes
10+
11+
- 559547c: Fix action failures caused by attempts to rsync wpe-cache-plugin [#8](https://github.com/wpengine/github-action-wpe-site-deploy/pull/8)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wpengine/github-action-wpe-site-deploy",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"private": true,
55
"engines": {
66
"node": ">=16",

0 commit comments

Comments
 (0)