Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add releasing doc
  • Loading branch information
andrew-fleming committed Nov 26, 2025
commit 4a9eca6a5be648fa44b271efe81b434dc5bcf114
20 changes: 20 additions & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Releasing

1. Go to "Release Package" in Actions.
2. Click on the "Run workflow" dropdown menu.
3. Choose the package to release and the version bump type.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it looks like this will run on main?


Following [SemVer](https://semver.org/):
- **Patch** - Backward compatible bug fixes.
- **Minor** - New functionality in a backward compatible way.
- **Major** - Breaking API changes.

4. A maintainer must approve the release before it proceeds.

5. Once approved, the CI will automatically:
- Run tests.
- Bump the version.
- Create a git tag.
- Publish the package to npm.

6. Once published, go to Releases and create a GitHub release using the generated tag.