From 32e13de845e561e7284c0511604f041e55ba5006 Mon Sep 17 00:00:00 2001 From: Bryan Fox <39674+bryfox@users.noreply.github.com> Date: Tue, 30 Jul 2024 11:58:29 -0400 Subject: [PATCH] Bump version to 1.0.3 (#152) --- README.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4688919..68cc194 100644 --- a/README.md +++ b/README.md @@ -88,3 +88,15 @@ You can find examples of different kinds of extensions in the `./examples` direc Join our [Slack channel](https://foxglove.dev/slack) to ask questions, share 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 diff --git a/package.json b/package.json index b472a03..7e42767 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-foxglove-extension", - "version": "1.0.2", + "version": "1.0.3", "publisher": "foxglove", "description": "Create and package Foxglove extensions", "license": "MIT",