mirror of
https://github.com/discourse/wp-discourse.git
synced 2025-10-04 09:01:05 +08:00
Update workflows and documentation (#430)
* Reformat workflows, add metadata workflow and add contributing doc * Update workflow names * Update metadata.yml * Update metadata.yml * Fix script syntax * Add package.json for tests * Move setup node up * Remove npm caching * Rearrange metadata run order * Fix metadata script comparisons * Increment versions and add release note
This commit is contained in:
parent
2d8e88f957
commit
5dc4ac0871
12 changed files with 264 additions and 38 deletions
10
package.json
Normal file
10
package.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"name": "wp-discourse",
|
||||
"version": "1.0.0",
|
||||
"repository": "git@github.com:discourse/wp-discourse.git",
|
||||
"author": "Discourse",
|
||||
"license": "GPL V2",
|
||||
"devDependencies": {
|
||||
"semver": "^7.3.5"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue