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.
2 parents 8650152 + e74ff7b commit 628f127Copy full SHA for 628f127
docs/reference/mainline-development.md
@@ -22,7 +22,7 @@ and the version number which will be deployed are often different.
22
This mode is great if you do not want to tag each release because you simply
23
deploy every commit to master. The behaviour of this mode is as follows:
24
25
-1. Calclate a base version (likely a tag in this mode)
+1. Calculate a base version (likely a tag in this mode)
26
2. Walk all commits from the base version commit
27
3. When a merge commit is found:
28
- Calculate increments for each direct commit on master
@@ -54,4 +54,4 @@ change the [configuration](../configuration.md) as such:
54
55
```yaml
56
mode: Mainline
57
-```
+```
0 commit comments