You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[x] Branch: Starting from `develop`, cut a release branch named `release/X.Y.Z` for your changes.
2
+
-[ ] Changelog: Add/update the changelog in `CHANGELOG.md`.
3
+
-[ ] Props: update `CREDITS.md` file with any new contributors, confirm maintainers are accurate.
4
+
-[ ] Readme updates: Make any other readme changes as necessary in `README.md`.
5
+
-[ ] Merge: Make a non-fast-forward merge from your release branch to `develop` (or merge the pull request), then merge `develop` into `stable` (`git checkout stable && git merge --no-ff develop`).
6
+
-[ ] Push: Push your stable branch to GitHub (e.g. `git push origin stable`).
7
+
-[ ] Release: Create a [new release](https://github.com/10up/action-wordpress-plugin-deploy/releases/new), naming the tag and the release with the new version number, and targeting the `stable` branch. Paste the changelog from `CHANGELOG.md` into the body of the release and include a link to the closed issues on the [milestone](https://github.com/10up/action-wordpress-plugin-deploy/milestones/#?closed=1). The release should now appear under [releases](https://github.com/10up/action-wordpress-plugin-deploy/releases).
8
+
-[ ] Ensure the release [appears in the GitHub Marketplace](https://github.com/marketplace/actions/wordpress-plugin-deploy) correctly.
9
+
-[ ] Close milestone: Edit the [milestone](https://github.com/10up/action-wordpress-plugin-deploy/milestones/) with release date (in the `Due date (optional)` field) and link to GitHub release (in the `Description field`), then close the milestone.
10
+
-[ ] Punt incomplete items: If any open issues or PRs which were milestoned for `X.Y.Z` do not make it into the release, update their milestone to `X.Y.Z+1`, `X.Y+- [ ]0`, `X+- [ ]0.0` or `Future Release`.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+29-11Lines changed: 29 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,28 +4,42 @@ All notable changes to this project will be documented in this file, per [the Ke
4
4
5
5
## [Unreleased] - TBD
6
6
7
+
## [2.1.1] - 2022-08-15
8
+
### Fixed
9
+
- Resolve SVN commit failed: Directory out of date (props [@dinhtungdu](https://github.com/dinhtungdu), [@richard-muvirimi](https://github.com/richard-muvirimi) via [#96](https://github.com/10up/action-wordpress-plugin-deploy/pull/96))
10
+
- Failure to set assets mime-type with `svn propset` (props [@diddledani](https://github.com/diddledani), [@dinhtungdu](https://github.com/dinhtungdu) via [#99](https://github.com/10up/action-wordpress-plugin-deploy/pull/99))
11
+
12
+
## [2.1.0] - 2022-04-12
13
+
### Added
14
+
- Mime type change to `image/gif` for `.gif` files (props [@doekenorg](https://github.com/doekenorg) via [#76](https://github.com/10up/action-wordpress-plugin-deploy/pull/76)).
15
+
- Environment variable (`BUILD_DIR`) to deploy plugin files built into a custom directory (props [@dinhtungdu](https://github.com/dinhtungdu) via [#83](https://github.com/10up/action-wordpress-plugin-deploy/pull/83) and [#86](https://github.com/10up/action-wordpress-plugin-deploy/pull/86)).
16
+
17
+
### Fixed
18
+
- Set correct mime type for for `.svg` files (props [@andrewheberle](https://github.com/andrewheberle) via [#78](https://github.com/10up/action-wordpress-plugin-deploy/pull/78)).
19
+
- SVN error when plugin doesn't have an image (props [@Lewiscowles1986](https://github.com/Lewiscowles1986) via [#82](https://github.com/10up/action-wordpress-plugin-deploy/pull/82)).
20
+
7
21
## [2.0.0] - 2021-08-16
8
22
This is now a composite Action, meaning that it runs directly on the GitHub Actions runner rather than spinning up its own container and is significantly faster.
9
23
10
24
### Added
11
-
- Add `zip-path` output, as the `SLUG` may not match the repository name. Props[@ocean90](https://github.com/ocean90) via [#74](https://github.com/10up/action-wordpress-plugin-deploy/pull/74).
25
+
- Add `zip-path` output, as the `SLUG` may not match the repository name (props[@ocean90](https://github.com/ocean90) via [#74](https://github.com/10up/action-wordpress-plugin-deploy/pull/74)).
12
26
13
27
### Fixed
14
-
- Avoid a Debian image issue where the container could not be built. Props[@helen](https://github.com/helen) via [#74](https://github.com/10up/action-wordpress-plugin-deploy/pull/74).
28
+
- Avoid a Debian image issue where the container could not be built (props[@helen](https://github.com/helen) via [#74](https://github.com/10up/action-wordpress-plugin-deploy/pull/74)).
15
29
16
30
## [1.5.0] - 2020-05-27
17
31
### Added
18
-
- Add optional ZIP file generation from SVN trunk to match content on WordPress.org. Props[@shivapoudel](https://github.com/shivapoudel) via [#37](https://github.com/10up/action-wordpress-plugin-deploy/pull/37).
19
-
- Add example workflow file to attach the ZIP file to a GitHub release. Props[@helen](https://github.com/helen) via [#42](https://github.com/10up/action-wordpress-plugin-deploy/pull/42).
20
-
- Set mime types on images in the SVN `assets` directory to prevent forced downloads on WordPress.org. Props[@nextgenthemes](https://github.com/nextgenthemes) via [#40](https://github.com/10up/action-wordpress-plugin-deploy/pull/40).
32
+
- Add optional ZIP file generation from SVN trunk to match content on WordPress.org (props[@shivapoudel](https://github.com/shivapoudel) via [#37](https://github.com/10up/action-wordpress-plugin-deploy/pull/37)).
33
+
- Add example workflow file to attach the ZIP file to a GitHub release (props[@helen](https://github.com/helen) via [#42](https://github.com/10up/action-wordpress-plugin-deploy/pull/42)).
34
+
- Set mime types on images in the SVN `assets` directory to prevent forced downloads on WordPress.org (props[@nextgenthemes](https://github.com/nextgenthemes) via [#40](https://github.com/10up/action-wordpress-plugin-deploy/pull/40)).
21
35
22
36
## [1.4.1] - 2020-03-12
23
37
### Fixed
24
-
- Ensure previously committed files that are later added to `.distignore` get deleted. Props[@pascalknecht](https://github.com/pascalknecht) via [#26](https://github.com/10up/action-wordpress-plugin-deploy/pull/26).
25
-
- Escape filenames to avoid errors with filenames containing an `@` symbol. Props[@Gaya](https://github.com/Gaya) via [#22](https://github.com/10up/action-wordpress-plugin-deploy/pull/22).
26
-
- Use parameter expansion instead of `sed` to remove `v` from version numbers. Props[@szepeviktor](https://github.com/szepeviktor) via [#24](https://github.com/10up/action-wordpress-plugin-deploy/pull/24).
27
-
- Use `https` for WordPress.org URLs. Props[@dinhtungdu](https://github.com/dinhtungdu) via [#28](https://github.com/10up/action-wordpress-plugin-deploy/pull/28).
28
-
- Correct encrypted secrets documentation link. Props[@felipeelia](https://github.com/felipeelia) via [#20](https://github.com/10up/action-wordpress-plugin-deploy/pull/20).
38
+
- Ensure previously committed files that are later added to `.distignore` get deleted (props[@pascalknecht](https://github.com/pascalknecht) via [#26](https://github.com/10up/action-wordpress-plugin-deploy/pull/26)).
39
+
- Escape filenames to avoid errors with filenames containing an `@` symbol (props[@Gaya](https://github.com/Gaya) via [#22](https://github.com/10up/action-wordpress-plugin-deploy/pull/22)).
40
+
- Use parameter expansion instead of `sed` to remove `v` from version numbers (props[@szepeviktor](https://github.com/szepeviktor) via [#24](https://github.com/10up/action-wordpress-plugin-deploy/pull/24)).
41
+
- Use `https` for WordPress.org URLs (props[@dinhtungdu](https://github.com/dinhtungdu) via [#28](https://github.com/10up/action-wordpress-plugin-deploy/pull/28)).
42
+
- Correct encrypted secrets documentation link (props[@felipeelia](https://github.com/felipeelia) via [#20](https://github.com/10up/action-wordpress-plugin-deploy/pull/20)).
29
43
30
44
## [1.4.0] - 2019-10-21
31
45
### Added
@@ -36,7 +50,7 @@ This is now a composite Action, meaning that it runs directly on the GitHub Acti
36
50
37
51
## [1.3.0] - 2019-08-30
38
52
### Added
39
-
- Added the ability to use `.distignore` to exclude files from deployment instead of `.gitattributes`, which works better when a build step is included. Props[@LeoColomb](https://github.com/LeoColomb) via [#3](https://github.com/10up/action-wordpress-plugin-deploy/pull/3), with additional thanks to [@markjaquith](https://github.com/markjaquith) for consultation.
53
+
- Added the ability to use `.distignore` to exclude files from deployment instead of `.gitattributes`, which works better when a build step is included (props[@LeoColomb](https://github.com/LeoColomb) via [#3](https://github.com/10up/action-wordpress-plugin-deploy/pull/3), with additional thanks to [@markjaquith](https://github.com/markjaquith) for consultation).
The following acknowledges the Maintainers for this repository, those who have Contributed to this repository (via bug reports, code, design, ideas, project management, translation, testing, etc.), and any Libraries utilized.
2
+
3
+
## Maintainers
4
+
5
+
The following individuals are responsible for curating the list of issues, responding to pull requests, and ensuring regular releases happen.
6
+
7
+
[Jeffrey Paul (@jeffpaul)](https://github.com/jeffpaul).
8
+
9
+
## Contributors
10
+
11
+
Thank you to all the people who have already contributed to this repository via bug reports, code, design, ideas, project management, translation, testing, etc.
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ This Action commits the contents of your Git tag to the WordPress.org plugin rep
22
22
*`SLUG` - defaults to the repository name, customizable in case your WordPress repository has a different slug or is capitalized differently.
23
23
*`VERSION` - defaults to the tag name; do not recommend setting this except for testing purposes.
24
24
*`ASSETS_DIR` - defaults to `.wordpress-org`, customizable for other locations of WordPress.org plugin repository-specific assets that belong in the top-level `assets` directory (the one on the same level as `trunk`).
25
+
*`BUILD_DIR` - defaults to `false`. Set this flag to the directory where you build your plugins files into, then the action will copy and deploy files from that directory. Both absolute and relative paths are supported. The relative path if provided will be concatenated with the repository root directory. All files and folders in the build directory will be deployed, `.disignore` or `.gitattributes` will be ignored.
25
26
26
27
### Inputs
27
28
*`generate-zip` - Generate a ZIP file from the SVN `trunk` directory. Outputs a `zip-path` variable for use in further workflow steps. Defaults to false.
0 commit comments