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.