Skip to content

Commit

Permalink
Merge pull request #159 from rkotze/select-coauthors
Browse files Browse the repository at this point in the history
Select multiple suggested authors to save
  • Loading branch information
rkotze authored Oct 24, 2024
2 parents 6e38ca0 + 674ca41 commit 2d58e94
Show file tree
Hide file tree
Showing 8 changed files with 491 additions and 50 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Follows [Semantic Versioning](https://semver.org/).

## git-mob-core Next

## git-mob 3.3.0

### Added

- Update to `suggest-coauthors` will show a select interactive list using `inquirer/checkbox`. Select one or more authors to save. Reducing the number of steps to add new co-authors.

## git-mob-core 0.9.3

### Added
Expand Down
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ See [Ava](https://github.com/avajs/ava) for more options. This is for `git-mob`

Jest is used for `git-mob-core` package.

Asserting prompts on the cli using [coffee](https://github.com/node-modules/coffee).

## Releasing

This section is for maintainers with push access to git-mob on npm.
Expand Down
Loading

0 comments on commit 2d58e94

Please sign in to comment.