Skip to content

Releases: petr-korobeinikov/scm

v0.2.0

20 Feb 16:18
Compare
Choose a tag to compare

Changelog

7c41a97 #16 add asciinema.org link.
d3bcc0e #17 add more context to the readme.
5c80dfc #19 trailing - works as no post cmd flag.
24bbc8a #20 make tests black-boxed.

v0.1.0

26 Jan 20:16
Compare
Choose a tag to compare

Changelog

b6be2d9 #1 MVP has been baked.
f371701 #10 make envName, name, etc in env lookup conforming to os package.
886f8c8 #12 add goreleaser.
45e99fc #13 enhance readme with the example directory structure.
65f4a7f #14 add . import alias for internal package.
acefee6 #15 combine type definitions in TestParseArgs.
45befc5 #2 readme cosmetics.
05e7abf #3 add post clone command.
75f53b2 #4 split up ReadCfg() into set of separate functions.
bbd7685 #5 get rid of useless error check in Clone().
f5e1459 #6 add missing test case for unset post clone cmd.
3cac74d #7 refactor cfg_test with env restoration if only found.
9717bdd #8 make more concise test case definitions in args_test.
007eca7 #9 replace add t.Fail() with t.Errorf() calls.