2022-03-07 10:14:13 by Benny Siegert | Files touched by this commit (106) | |
Log message:
Revbump all Go packages after go117 update
|
2022-02-27 18:51:24 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 2.6.0. From the changelog:
- **NEW** Allow keeping manual commits while squashing all wip commits
by finishing a mob-session with `mob done --squash-wip`.
- Removed experimental command `mob squash-wip` in favor of new `mob
done --squash-wip`.
- Added missing configuration option `MOB_WIP_BRANCH_PREFIX` for
`.mob` file.
|
2022-02-18 18:55:40 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 2.5.0. From the changelog:
- Enable git hooks with `MOB_GIT_HOOKS_ENABLED=true`. By default, this
option is false and no git hooks such as `pre-commit` or `pre-push`
are triggered via mob itself.
|
2022-02-13 20:24:33 by Benny Siegert | Files touched by this commit (106) | |
Log message:
Revump all Go packages after go117 update
|
2022-02-13 01:48:39 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 2.4.0. From the changelog:
- As an alternative to the environment variables, you can configure the
mob tool with a `.mob` file in your home directory. For an example
have a look at `mob-configuration-example` file.
- As an alternative to the environment variables, you can configure the
mob tool with a `.mob` file in your git project root directory. The
configuration options `MOB_VOICE_COMMAND`, `MOB_VOICE_MESSAGE`,
`MOB_NOTIFY_COMMAND`, and `MOB_NOTIFY_MESSAGE` are disabled for the
project specific configuration to prevent bash injection attacks.
Thanks to @vrpntngr & @hollesse making this release possible as part
of the @INNOQ Hands-On Event, February 2022.
|
2022-01-30 21:27:52 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 2.3.0. From the changelog:
- With `export MOB_TIMER_ROOM_USE_WIP_BRANCH_QUALIFIER=true` the room
name is automatically derived from the value you passed in via the
`mob start --branch <branch>` parameter.
|
2022-01-13 10:04:40 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 2.2.1. From the changelog:
- Only a new release to trigger the release pipelines to provide the
right checksums for archlinux releases.
|
2022-01-09 21:10:41 by Benny Siegert | Files touched by this commit (103) | |
Log message:
Revbump all Go packages after go117 update
|
2022-01-08 08:48:31 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 2.2.0. From the changelog:
- When mob encounters unpushed commits in the base branch, the tool now
provides help for the user to fix this immediately.
- Improves console output when using `mob break 5` in combination with
https://timer.mob.sh
- Gives the user the chance to name their final commit after `mob done
--no-squash`
|
2021-12-09 18:50:21 by Benny Siegert | Files touched by this commit (102) | |
Log message:
Revbump all Go packages after go117 update
|