diff --git a/.gitignore b/.gitignore index 78ec88e..b826670 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ # build output /bin/ -releaser-* +/releaser-* # test coverage coverage.out diff --git a/README.md b/README.md index e81751b..7e9423a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # releaser +releaser logo + ![release](https://img.shields.io/badge/release-v1.6.2-blue.svg) A CI-friendly release automation tool for GitFlow workflows using Conventional Commits. diff --git a/docs/hugo.toml b/docs/hugo.toml index 65ec41d..1cc3394 100644 --- a/docs/hugo.toml +++ b/docs/hugo.toml @@ -13,6 +13,7 @@ pygmentsCodeFences = true endLevel = 9 [params] + geekdocLogo = "images/releaser-logo-1024.png" geekdocRepo = "https://git.k3nny.fr/releaser" geekdocEditPath = "edit/main/docs/content" geekdocSearch = true diff --git a/docs/static/images/releaser-logo-1024.png b/docs/static/images/releaser-logo-1024.png new file mode 100644 index 0000000..db03951 Binary files /dev/null and b/docs/static/images/releaser-logo-1024.png differ diff --git a/docs/static/images/releaser-logo-128.png b/docs/static/images/releaser-logo-128.png new file mode 100644 index 0000000..9926dc9 Binary files /dev/null and b/docs/static/images/releaser-logo-128.png differ