Skip to content

Commit 6b87394

Browse files
authored
Merge pull request #16 from semantic-release/feat/tweaks
Minor changes and tweaks
2 parents 00c1124 + e608a00 commit 6b87394

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/CODEOWNERS

-2
This file was deleted.

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22

33
[**semantic-release**](https://github.com/semantic-release/semantic-release) plugin to create a zip file for a [WordPress](https://wordpress.org) plugin or theme.
44

5-
![node-current](https://img.shields.io/node/v/semantic-release-wp-plugin)
6-
[![npm](https://img.shields.io/npm/v/semantic-release-wp-plugin)](https://www.npmjs.com/package/semantic-release-wp-plugin) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
7-
[![Release](https://github.com/oblakstudio/semantic-release-wp-plugin/actions/workflows/release.yml/badge.svg?branch=master)](https://github.com/oblakstudio/semantic-release-wp-plugin/actions/workflows/release.yml)
5+
![node-current (scoped)](https://img.shields.io/node/v/%40semantic-release/wordpress)
6+
[![npm (scoped)](https://img.shields.io/npm/v/%40semantic-release/wordpress)](https://www.npmjs.com/package/@semantic-release/wordpress)
7+
[![Release](https://github.com/semantic-release/wordpress/actions/workflows/release.yml/badge.svg)](https://github.com/semantic-release/wordpress/actions/workflows/release.yml)
88
![Scrutinizer coverage (GitHub/BitBucket)](https://img.shields.io/scrutinizer/coverage/g/oblakstudio/semantic-release-wp-plugin/master)
99

1010
| Step | Description |
1111
|--------------------|-----------------------------------------------------------------------------------------------------------------|
1212
| `verifyConditions` | Verify if the theme / plugin is valid. Check that the necessary files exist and if they contain needed metadata |
13-
| `prepare` | Create a zip file for the theme / plugin, and optionally zip the assets |
13+
| `prepare` | Copy the theme / plugins files and optionally prepare the asset bundle |
14+
| `publish` | Create a zip file for the theme / plugin, and optionally zip the assets |
1415
| `success` | Clean up the intermediate files |
1516

1617
## Install

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@semantic-release/wordpress",
3+
"description": "semantic-release plugin to publish a WordPress plugin or theme",
34
"version": "0.0.0-development",
45
"license": "MIT",
56
"author": "Sibin Grasic <[email protected]> (https://oblak.studio)",

0 commit comments

Comments
 (0)