Skip to content

Commit

Permalink
fix documentation of mob start --discard-uncommitted-changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hollesse committed Sep 26, 2024
1 parent 7f8721e commit 0c17a2d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 5.3.1
- Fix: Added documentation for `mob start --discard-uncommitted-changes` in the `mob help` command

# 5.3.0
- Feature: `mob start --discard-uncommitted-changes` allows to discard uncommitted changes and then starting a new mob session

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ Basic Commands:
Basic Commands(Options):
start [<minutes>] Start a <minutes> timer
[--include-uncommitted-changes|-i] Move uncommitted changes to wip branch
[--discard-uncommitted-changes|-d] Discard uncommitted changes
[--branch|-b <branch-postfix>] Set wip branch to 'mob/<base-branch>-<branch-postfix>'
[--create] Create the remote branch
[--room <room-name>] Set room name for timer.mob.sh once
Expand Down
1 change: 1 addition & 0 deletions help/help.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Basic Commands:
Basic Commands with Options:
start [<minutes>] Start <minutes> minutes timer
[--include-uncommitted-changes|-i] Move uncommitted changes to wip branch
[--discard-uncommitted-changes|-d] Discard uncommitted changes
[--branch|-b <branch-postfix>] Set wip branch to 'mob/<base-branch>` + configuration.WipBranchQualifierSeparator + `<branch-postfix>'
[--create] Create the remote branch
[--join|-j] Join existing wip branch
Expand Down
2 changes: 1 addition & 1 deletion mob.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
)

const (
versionNumber = "5.3.0"
versionNumber = "5.3.1"
minimumGitVersion = "2.13.0"
)

Expand Down

0 comments on commit 0c17a2d

Please sign in to comment.