diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-06-05 15:43:35 +0200 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-06-05 15:47:00 +0200 |
| commit | de60aa389958c4a361acf0cbce4071b4296af1bc (patch) | |
| tree | b0ba2672839a162581463ed2dc33a268eee94f06 /server | |
| parent | 1cb220ef54ddaf635b322d8c24f38613f371285e (diff) | |
| download | greatoffice-de60aa389958c4a361acf0cbce4071b4296af1bc.tar.xz greatoffice-de60aa389958c4a361acf0cbce4071b4296af1bc.zip | |
chore(release): Bump version
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> |
