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
Publishing is handled by github actions which is triggered by a merge to master that contains a change to the version property in the `package.json` file. You can either do that manually or use the command below to version bump, commit and tag.
@@ -38,6 +40,6 @@ npm version [<newversion> | major | minor | patch ]
38
40
39
41
Also be sure to update any official packages that depend on this with fixes and version increases.
40
42
41
-
42
43
## Versioning
43
-
It's probable that *any* change will be a breaking one, so it's best to stick to major version releases.
44
+
45
+
It's probable that _any_ change will be a breaking one, so it's best to stick to major version releases.
0 commit comments