You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,19 @@
2
2
3
3
This repository contains the source code for the Mermaid Chart plugins.
4
4
5
+
## Releasing
6
+
7
+
This repo uses [Changesets](https://github.com/changesets/changesets) for versioning and publishing packages to npm.
8
+
9
+
When you make changes that should be released:
10
+
11
+
1. Run `pnpm changeset`
12
+
2. Select the affected package(s) and version bump (patch/minor/major)
13
+
3. Add a summary of the change
14
+
4. Commit the changeset file along with your code changes
15
+
16
+
After your PR is merged to `main`, the release workflow will create a "Version Packages" PR. Merging that PR will publish the updated package(s) to npm.
17
+
5
18
## API Documentation
6
19
7
20
The OpenAPI YAML file is located at [./openapi.yaml](./openapi.yaml).
0 commit comments