Releases: go-vela/vela-git
Releases · go-vela/vela-git
v0.3.0
v0.3.0 (2020-01-10)
Chore
Docs
- add netrc parameters (#26)
- improve parameters info (#25)
- add plugin usage docs (#24)
- add comments for code (#22)
Feat
- add plugin template (#23)
- enable setting log level (#10)
- add function to validate plugin configuration (#9)
- add changelog for releases (#7)
Fix
- add fake netrc creds for makefile (#21)
Refactor
- update helper funcs to methods on structs (#17)
- make validate a method (#15)
- use Vela resources for struct names (#14)
- create cmd functions (#13)
- move code to cmd directory (#11)
- update loading plugin configuration (#8)
Test
v0.2.0
feat(submodule): allow pulling first level submodules (#6) * feat(submodule): allow pulling first level submodules * logical order of commands * remove redundant step and add error handling