0.0.14 • Published 5 months ago

release-it-wrangler v0.0.14

Weekly downloads
-
License
The Unlicense
Repository
github
Last release
5 months ago

release-it-wrangler

Simple plugin for Release-It, for Cloudflare Workers.

When you run release-it with this plugin, it will deploy your worker to Cloudflare Workers, and then update the release notes with the deployment ID, as well as tag the release with the deployment ID.

Make sure your wrangler.toml is up to spec, my peeps.

Goal is to create a record somewhere to tie cloudflare deployment IDs directly to release-it version for easy tracking.

Add release-it-wrangler to your project by installing it with npm:

npm install -D release-it-wrangler

Then add the plugin to your release-it configuration:

...
{
  "plugins": {
    "release-it-wrangler": {}
  }
}
...
0.0.10

7 months ago

0.0.11

5 months ago

0.0.12

5 months ago

0.0.13

5 months ago

0.0.14

5 months ago

0.0.9

7 months ago

0.0.8

9 months ago

0.0.7

9 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.6

9 months ago

0.0.3

9 months ago

0.0.2

10 months ago

0.0.1

10 months ago