From 7d367aa1f29ea1e774d21361866bf8d7d79b6eb8 Mon Sep 17 00:00:00 2001 From: Michael Gordeev Date: Sat, 14 Mar 2020 10:21:43 +0300 Subject: [PATCH] Updated changelogs and pipelines configs --- changelogs/github.md | 3 ++- changelogs/windows.json | 4 ++-- pipelines/android-release.yml | 2 +- pipelines/validation.yml | 5 +---- pipelines/windows-release.yml | 4 ++-- 5 files changed, 8 insertions(+), 10 deletions(-) diff --git a/changelogs/github.md b/changelogs/github.md index 3a2a78e..860ff62 100644 --- a/changelogs/github.md +++ b/changelogs/github.md @@ -8,4 +8,5 @@ ## Core - Optimized schedule loader - Fixed issues with post-graduate students schedule export -- Fixed doubled occupations merge issues \ No newline at end of file +- Fixed doubled occupations merge issues +- Fixed some time parsing issues \ No newline at end of file diff --git a/changelogs/windows.json b/changelogs/windows.json index 904db7e..282c56b 100644 --- a/changelogs/windows.json +++ b/changelogs/windows.json @@ -3,11 +3,11 @@ { "en-US": { - "releaseNotes": "" + "releaseNotes": "- Fixed some parsing issues\n- Disabled spellcheck for E-mail input field\n- Credentials are now immediately removed from credential storage after \"Remember\" checkbox uncheck" }, "ru-RU": { - "releaseNotes": "" + "releaseNotes": "- Исправлены некоторые проблемы с загрузкой расписания\n- Проверка орфографии отключена для поля ввода E-mail\n- Теперь учетные данные удаляются из хранилища УД сразу после снятия галочки в поле \"Запомнить\"" } } } \ No newline at end of file diff --git a/pipelines/android-release.yml b/pipelines/android-release.yml index 7ef100e..4a49b10 100644 --- a/pipelines/android-release.yml +++ b/pipelines/android-release.yml @@ -1,4 +1,4 @@ -# Xamarin.Android +# Android pipeline config trigger: branches: diff --git a/pipelines/validation.yml b/pipelines/validation.yml index f19c9d0..03f0ad6 100644 --- a/pipelines/validation.yml +++ b/pipelines/validation.yml @@ -1,7 +1,4 @@ -# Xamarin.Android -# Build a Xamarin.Android project. -# Add steps that test, sign, and distribute an app, save build artifacts, and more: -# https://docs.microsoft.com/azure/devops/pipelines/languages/xamarin +# Pull request validation pipeline config trigger: - master diff --git a/pipelines/windows-release.yml b/pipelines/windows-release.yml index 55a8599..b7a92e3 100644 --- a/pipelines/windows-release.yml +++ b/pipelines/windows-release.yml @@ -1,4 +1,4 @@ -# Universal Windows Platform +# Universal Windows Platform pipeline config trigger: branches: @@ -61,7 +61,7 @@ steps: displayName: 'Copy changelog to output' inputs: SourceFolder: '$(Build.SourcesDirectory)/changelogs' - Contents: 'windows.txt' + Contents: 'windows.json' TargetFolder: '$(outputDirectory)' - task: PublishBuildArtifacts@1