Git mob core used by Git mob cli
git-mob-core 0.6.0
Added
gitMobConfig = {
localTemplate(): <Promise<boolean>>,
fetchFromGitHub(): <Promise<boolean>>,
};
gitConfig = {
getLocalCommitTemplate(): <Promise<string>>,
getGlobalCommitTemplate(): <Promise<string>>,
};
gitRevParse = {
insideWorkTree(): string,
topLevelDirectory(): boolean,
};git-mob 2.5.0
Added
- Integrated git-mob-core for main
git mobfeatures - Reduced the calls to
gitCLI to speed up command execution forgit mob - Convert src git-mob and spec files from JS to TS
- Several dependencies updated in all packages
What's Changed
- Set author and co-authors using git mob core by @rkotze in #106
- Bump semver in /packages/git-mob by @dependabot in #113
- Bump @babel/traverse from 7.20.1 to 7.23.2 in /packages/git-mob-core by @dependabot in #116
- Bump semver from 5.7.1 to 5.7.2 by @dependabot in #115
Full Changelog: v2.4.1...v2.5.0