Releases: xarunoba/ccoco
Releases Β· xarunoba/ccoco
v0.13.5
Changelog
- 9b79c3e β¬οΈ Bump github.com/spf13/cobra from 1.8.0 to 1.8.1
- 8c65380 π malformed config missing a space for comparison check
v0.13.4
Changelog
- 7d1dce3 π fix invalid nil pointer dereference in
run
v0.13.2
Changelog
- 383f6d9 β»οΈ improved error handling for the CLI
- d39b1b7 π fix add and remove long description as it will cause an error
v0.12.1
Changelog
- 324a0bb β»οΈ add options as paramter for Load
- 4695893 π fix config not getting read when initialized with
ccoco.New()
v0.11.0
Changelog
- bc0e31c β¨ add Load method for ccoco to dynamically load the gitClient, directories, and configFile
- 77d022b π fix incorrect marshalled data from adding and removing to/from files
- d4a3d5d π fix initialization for CLI to load config properly
v0.10.4
Changelog
- 4866e0a π fix AddToGitHooks script and relativePath
- 30e65f1 π©Ή add space after file for data prepended in config files
v0.9.1
Changelog
- 84492cb π fix gitignore overwriting the gitignore's content when .ccoco is not found
v0.9.0
Changelog
- 6c0b88b refactor: change ccoco init
- fe1691c β¨ perform
init
command after during install in npm
- 9613878 π‘ add comments in getPostCheckoutScript
- 33a7298 ποΈ cleaned up package.json
- 6a48528 π©Ή fix typo in log
v0.7.3
Changelog
- 3a287d4 β»οΈ replace bash with /bin/sh
- e53ea06 π update log for failed preflight scripts from githook injection