From de60aa389958c4a361acf0cbce4071b4296af1bc Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Sun, 5 Jun 2022 15:43:35 +0200 Subject: chore(release): Bump version --- server/cliff.toml | 4 ++-- server/src/IOL.GreatOffice.Api.csproj | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'server') 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 @@ CHANGELOG.md + + cliff.toml + Dockerfile -- cgit v1.3