Skip to content

Commit

Permalink
chore: Rename repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Jan 12, 2024
1 parent 412fbb6 commit 56fbd02
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 18 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.2.1

- Renamed to `build-wasm-plugin`.

# 0.2.0

- Added `built`, `changelog-entry`, and `tag-version` outputs.
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Build proto plugin
# Build WASM plugin

This action will build Rust-based [proto WASM plugins](https://moonrepo.dev/docs/proto/wasm-plugin)
for distribution. It achieves this by:
This action will build Rust-based [WASM plugins](https://moonrepo.dev/docs/proto/wasm-plugin) for
distribution, primarily for moon and proto. It achieves this by:

- Finding all buildable packages using `cargo metadata`.
- Builds all packages using `cargo build --release --target wasm32-wasi`.
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
cache: false
targets: wasm32-wasi
- id: build
uses: moonrepo/build-proto-plugin@v0
uses: moonrepo/build-wasm-plugin@v0
- if: ${{ github.event_name == 'push' && github.ref_type == 'tag' }}
uses: ncipollo/release-action@v1
with:
Expand Down
6 changes: 4 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: 'Build proto plugin'
name: 'Build WASM plugin'
author: 'Miles Johnson'
description: 'Build, optimize, and prepare proto WASM plugins for release.'
description:
'Build, optimize, and prepare WASM plugins for release. This is primarily for the moon and proto
projects.'
runs:
using: 'node20'
main: 'dist/index.js'
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@moonrepo/build-proto-plugin",
"version": "0.2.0",
"description": "A GitHub action to build, optimize, and prepare proto WASM plugins for release.",
"name": "@moonrepo/build-wasm-plugin",
"version": "0.2.1",
"description": "A GitHub action to build, optimize, and prepare WASM plugins for release.",
"main": "dist/index.js",
"scripts": {
"build": "ncc build ./index.ts",
Expand All @@ -14,7 +14,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/moonrepo/build-proto-plugin"
"url": "https://github.com/moonrepo/build-wasm-plugin"
},
"author": "Miles Johnson",
"license": "MIT",
Expand All @@ -27,7 +27,7 @@
},
"devDependencies": {
"@types/changelog-parser": "^2.8.4",
"@types/node": "^20.10.8",
"@types/node": "^20.11.0",
"@vercel/ncc": "^0.38.1",
"eslint": "^8.56.0",
"eslint-config-moon": "^2.0.14",
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 56fbd02

Please sign in to comment.