Skip to content

Commit

Permalink
FIXUP FIXIUpdate docs/development/plugins/publishing.md
Browse files Browse the repository at this point in the history
Co-authored-by: evangelos <52797224+skoeva@users.noreply.github.com>
  • Loading branch information
joaquimrocha and skoeva authored Nov 11, 2024
1 parent 9a0d851 commit 6fe4498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/development/plugins/publishing.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Replace `<Your Name>` and `<your-email@example.com>` with your name and email, r
npm run build
healdamp-plugin package
```
It will create a tarball of the plugin in the format that is accepted by headlamp and also print the checksum of the tarball that we will use in the next step.
It will create a tarball of the plugin in a Headlamp-accepted format and also print the checksum of the tarball that we will use in the next step.
2. Create a new release on GitHub for your plugin.
3. Tag the release with a semantic version number (e.g., v1.0.0).
4. Upload the built plugin files as assets to this release.
Expand Down

0 comments on commit 6fe4498

Please sign in to comment.