From 3cb4ea6bb8f3ef151a069b5b2609a7aa51552eb4 Mon Sep 17 00:00:00 2001 From: Jaben Cargman Date: Fri, 3 Apr 2020 00:22:17 -0700 Subject: [PATCH] Pretty sure I have something wrong with gitversion. --- GitVersion.yml | 18 +++--------------- ReleaseNotes.md | 2 +- 2 files changed, 4 insertions(+), 16 deletions(-) diff --git a/GitVersion.yml b/GitVersion.yml index fec95bc2..b4c554aa 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -1,16 +1,4 @@ -assembly-versioning-scheme: MajorMinorPatchTag -assembly-file-versioning-scheme: MajorMinorPatch mode: Mainline -increment: Patch -commit-message-incrementing: Enabled -branches: - master: - mode: ContinuousDelivery - tag: '' - increment: Patch - prevent-increment-of-merged-branch-version: false - track-merge-target: false - regex: master - tracks-release-branches: false - is-release-branch: false - is-mainline: true \ No newline at end of file +branches: {} +ignore: + sha: [] \ No newline at end of file diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 3dec5782..fff3a536 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,6 +1,6 @@ # Release Notes -## Papercut v5.5.4 [2020-04-02] +## Papercut v5.6.0 [2020-04-02] - [#143](https://github.com/ChangemakerStudios/Papercut/issues/143) Added "Delete All" button. - Switch "Self Hosted Web" to use OWIN/Katana -- which should fix issues with binding. - Added IP and port Papercut IPComm configuration in json settings.