diff --git a/README.md b/README.md index 96f979a..e81751b 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ A CI-friendly release automation tool for GitFlow workflows using Conventional Commits. +**[Documentation](https://releaser.k3nny.fr)** + ## Problem Standard tools like `semantic-release` are designed for trunk-based development. In a GitFlow setup with versioned release branches (`release/1.1`, `release/1.2`), they either fail to respect the branch's version range or require brittle configuration. diff --git a/docs/hugo.toml b/docs/hugo.toml index 8aa4cdb..65ec41d 100644 --- a/docs/hugo.toml +++ b/docs/hugo.toml @@ -1,4 +1,4 @@ -baseURL = "/" +baseURL = "https://releaser.k3nny.fr/" title = "releaser" theme = "geekdoc"