We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a2b5e3 commit d462922Copy full SHA for d462922
docs/tooling/developer-tooling.md
@@ -0,0 +1,15 @@
1
+---
2
+title: Developer tooling
3
+nav_order: 3
4
+parent: Tooling
5
6
+
7
+## Publishing new versions of libraries
8
9
+When working on `app` or the other supported libraries, if you attach one of the following labels:
10
11
+- `bump:major`
12
+- `bump:minor`
13
+- `bump:patch`
14
15
+The CI will automatically tag the merge commit when the pull request is merged and automatically perform a publish for the library/tool.
0 commit comments