Skip to content

Commit

Permalink
docs: add publishing notes
Browse files Browse the repository at this point in the history
  • Loading branch information
radiovisual committed Oct 20, 2024
1 parent cf60294 commit c72732e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,10 @@ If you have the repo cloned locally, you can test run the CLI by running:
> [!TIP]
> If you have the CLI linked with `npm link` then you can just run `npm run build:dev && keeli`
# Publishing

Create a GitHub release with the version number you want to create. Make sure the tag you create matches the version number (e.g., `v1.2.3`) and release! GitHub actions will take over and attempt to publish the package version you specified. Note that a Pull request will get opened on the repo automatically to bump the package version to align with the latest release. This PR should be merged ASAP after opened to keep things in sync.

---

🌐 💻️

0 comments on commit c72732e

Please sign in to comment.