Skip to content

Commit d462922

Browse files
committed
Add text for dev tooling
1 parent 5a2b5e3 commit d462922

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/tooling/developer-tooling.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)