diff options
Diffstat (limited to 'server')
| -rw-r--r-- | server/cliff.toml | 4 | ||||
| -rw-r--r-- | server/src/IOL.GreatOffice.Api.csproj | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/server/cliff.toml b/server/cliff.toml index 955a72b..7299951 100644 --- a/server/cliff.toml +++ b/server/cliff.toml @@ -34,8 +34,8 @@ conventional_commits = true filter_unconventional = true # regex for preprocessing the commit messages commit_preprocessors = [ - { pattern = "([ \\n])(([a-f0-9]{7})[a-f0-9]*)", replace = "${1}commit # [${3}](https://git.ivarlovlie.no/time-tracker/commit/${2})" }, - { pattern = "https://git.ivarlovlie.no/time-tracker/commit/([a-f0-9]{7})[a-f0-9]*", replace = "commit # [${1}](${0})" }, + { pattern = "([ \\n])(([a-f0-9]{7})[a-f0-9]*)", replace = "${1}commit # [${3}](https://git.ivar.systems/greatoffice/commit/${2})" }, + { pattern = "https://git.ivar.systems/greatoffice/commit/([a-f0-9]{7})[a-f0-9]*", replace = "commit # [${1}](${0})" }, ] # regex for parsing and grouping commits commit_parsers = [ diff --git a/server/src/IOL.GreatOffice.Api.csproj b/server/src/IOL.GreatOffice.Api.csproj index 04e09e3..44570c0 100644 --- a/server/src/IOL.GreatOffice.Api.csproj +++ b/server/src/IOL.GreatOffice.Api.csproj @@ -46,6 +46,9 @@ <Content Include="..\CHANGELOG.md"> <Link>CHANGELOG.md</Link> </Content> + <Content Include="..\cliff.toml"> + <Link>cliff.toml</Link> + </Content> <Content Include="..\Dockerfile"> <Link>Dockerfile</Link> </Content> |
