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
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -178,5 +178,6 @@ To rebuild the native code, use:
178
178
179
179
## Publishing
180
180
181
-
a) On every push to main branch, the jitsi/gh-action-autopublish will create a new patch version and publish to npm
182
-
b) If a major or minor release is required, manually bump the version in the package.json as part of a PR.
181
+
On every push to main branch, the .github/workflows/ci.yml will create a new version and publish to npm.
182
+
183
+
If a major or minor release is required, use respective key words in the commit message, see https://github.com/phips28/gh-action-bump-version#workflow
0 commit comments