build(fix): changed repo paths
| | |
| | | preset: { |
| | | name: "conventionalcommits", |
| | | commitUrlFormat: |
| | | "https://github.com/theNewDynamic/gohugo-theme-ananke/commit/{{hash}}", |
| | | "https://github.com/gohugo-ananke/theme/commit/{{hash}}", |
| | | compareUrlFormat: |
| | | "https://github.com/theNewDynamic/gohugo-theme-ananke/compare/{{previousTag}}...{{currentTag}}", |
| | | "https://github.com/gohugo-ananke/theme/compare/{{previousTag}}...{{currentTag}}", |
| | | types: [ |
| | | { type: "feat", section: "Features" }, |
| | | { type: "fix", section: "Bug Fixes" }, |