Skip to content

Commit

Permalink
Bump version to 1.0.3 (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryfox authored Jul 30, 2024
1 parent 9d7d66c commit 32e13de
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 32e13de

Please sign in to comment.