Skip to content

Commit e74ff7b

Browse files
authored
Update mainline-development.md
Fixed a typo
1 parent 8650152 commit e74ff7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/mainline-development.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ and the version number which will be deployed are often different.
2222
This mode is great if you do not want to tag each release because you simply
2323
deploy every commit to master. The behaviour of this mode is as follows:
2424

25-
1. Calclate a base version (likely a tag in this mode)
25+
1. Calculate a base version (likely a tag in this mode)
2626
2. Walk all commits from the base version commit
2727
3. When a merge commit is found:
2828
- Calculate increments for each direct commit on master
@@ -54,4 +54,4 @@ change the [configuration](../configuration.md) as such:
5454

5555
```yaml
5656
mode: Mainline
57-
```
57+
```

0 commit comments

Comments
 (0)