File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2
2
3
3
[ ** semantic-release** ] ( https://github.com/semantic-release/semantic-release ) plugin to create a zip file for a [ WordPress] ( https://wordpress.org ) plugin or theme.
4
4
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 )
8
8
![ Scrutinizer coverage (GitHub/BitBucket)] ( https://img.shields.io/scrutinizer/coverage/g/oblakstudio/semantic-release-wp-plugin/master )
9
9
10
10
| Step | Description |
11
11
| --------------------| -----------------------------------------------------------------------------------------------------------------|
12
12
| ` 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 |
14
15
| ` success ` | Clean up the intermediate files |
15
16
16
17
## Install
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @semantic-release/wordpress" ,
3
+ "description" : " semantic-release plugin to publish a WordPress plugin or theme" ,
3
4
"version" : " 0.0.0-development" ,
4
5
"license" : " MIT" ,
5
6
"author" :
" Sibin Grasic <[email protected] > (https://oblak.studio)" ,
You can’t perform that action at this time.
0 commit comments