Commit Graph

7 Commits

Author SHA1 Message Date
Bernd Ahlers
d580127551 Add changelog management commands (#31)
* Update cobra and viper to their latest versions
* Start a changelog command
* Start changelog release command
* Add Document360 specific HTML formatter
* Add "new" command to create a new changelog entry
* Hide unfinished changelog release command for now
* Use Go version 1.19
* Update golang.org/x/sys to fix build error
* Clean workspace after each build
* Disable CGO for tests
* Remove wrong git checkout
* Update dependencies
2022-08-31 13:37:09 +02:00
Bernd Ahlers
9375d41870 Use red color for error output in GitErrOk function 2021-11-05 11:37:10 +01:00
Bernd Ahlers
08a1aa2632 Run scripts instead of docker-compose directly 2020-06-04 16:07:43 +02:00
Bernd Ahlers
05178f8858 Only try to create local branch if it doesn't exist 2020-06-04 14:56:02 +02:00
Bernd Ahlers
de486fffa9 Don't fail fast if an update doesn't work for a repo
Improve error output for GitErrOk.
2020-05-29 17:32:18 +02:00
Bernd Ahlers
7b38fb39fa Don't swallow git error messages but print them 2020-05-29 17:22:43 +02:00
Bernd Ahlers
80ebf85e88 Initial commit 2017-04-07 17:11:08 +02:00