create-foxglove-extension
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -206,3 +206,3 @@ "use strict"; | ||
zip | ||
.generateNodeStream({ type: "nodebuffer", streamFiles: true }) | ||
.generateNodeStream({ type: "nodebuffer", streamFiles: true, compression: "DEFLATE" }) | ||
.pipe((0, fs_1.createWriteStream)(outputFile, { encoding: "binary" })) | ||
@@ -209,0 +209,0 @@ .on("error", e) |
{ | ||
"name": "create-foxglove-extension", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"publisher": "foxglove", | ||
@@ -5,0 +5,0 @@ "description": "Create and package Foxglove extensions", |
@@ -91,1 +91,13 @@ # create-foxglove-extension | ||
feedback, and stay up to date on what our team is working on. | ||
## Developer information | ||
Information on developing `create-foxglove-extension` itself. | ||
### Release process | ||
1. Bump the version in package.json, and merge to main | ||
2. [Create a new release](https://github.com/foxglove/create-foxglove-extension/releases/new) | ||
3. Create a tag for the version above, with a leading "v" (`v0.0.0`) | ||
4. Generate release notes | ||
5. Publish the release |
Sorry, the diff of this file is not supported yet
90406
103