From aac599947d378167c0f54f77c4093f8e9ec0b85f Mon Sep 17 00:00:00 2001 From: Natalie Weizenbaum Date: Mon, 18 Nov 2019 17:33:56 -0800 Subject: [PATCH] Run the GitHub Windows release on the latest Dart version (#886) --- .travis.yml | 17 ++++------------- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 3 files changed, 9 insertions(+), 14 deletions(-) diff --git a/.travis.yml b/.travis.yml index f181c7003..653c45d32 100644 --- a/.travis.yml +++ b/.travis.yml @@ -112,10 +112,9 @@ jobs: (type IN (push, api)) AND (repo = sass/dart-sass) AND tag =~ ^\d+\.\d+\.\d+([+-].*)?$ script: pub run grinder sanity-check-before-release - # Deploy Linux releases to GitHub. Mac OS releases are deployed in a later - # stage so that we can build application snapshots on Mac OS bots, and Windows - # releases are deployed later so they can use Dart 2.4.1 to work around - # dart-lang/sdk#38334. + # Deploy Linux releases to GitHub. Mac OS and Windows releases are deployed in + # a later stage so that we can build native snapshots on bots with the same + # operating system. - stage: deploy 1 name: "GitHub: Linux" if: *deploy-if @@ -239,20 +238,12 @@ jobs: - name: "GitHub: Windows" if: *deploy-if - env: - # We can't re-use the github-env alias here because we also need to - # override DART_VERSION. - # - # File system watching is extra flaky on Dart 2.5.0 on Windows (see - # dart-lang/sdk#38334). - - DART_VERSION=2.4.1 - - GITHUB_USER=sassbot + env: *github-env # GITHUB_AUTH="..." # # Note that this overrides the read-only auth token that's set for all # builds. - secure: "AAP74aT+8SQmwGeHrCsZ7GgppvCCkDAZXszivocMy3Fi9gfMCLABBCh67pGINJX4VlLW7ftPF3xivlvgGu+e4ncXz9m9jIPZ9Iza3cW5jCnCgyRGZD98gwabIDFWiv4X9V2xnJA2p1ZuYBf8Sh3TTipUFBKMjlnxVxYkIOTud4rUss/htFhxVA/oFTo0ThTZwXuxJ+GRGTM4PcuHPJvPf18iRPs2AHFV6ZP51xgc3AsXC6Zyom5EJeX0yGj9zWQ0XCjnuFdGsI6G9jmkrmqgAXuUipgqAn0tjxPYp9R/1HqnBLD3Zbrvyi5pCiSFclU6CS6kTDbefzPOc5+zrnlkaolVeF8tQ+EhZiZqtLnpLYUz9bgknoFUapUN4N0R36sKBStdRv54+sMeoOzpQ8ep3PeZW5nWbak12wcrDx38ToWs6hQ4ycb0SQDZZatHsASpSu2nX8HwzZSDAZmsAdB+epPmgA0CBjWVG1ycmVnT6l3OopUmbaY3pXBNzFUXq5Fcd7Q39/MfrmHpyxSc3QVf8xNtUx9ggYtK0Kwx6dgykhNMVzFGZRVyQgwpaiyDqgMGEU2GQzzcJhgKo9+y1fDtdfj/cctmvJ2Fo1fkk+DMkEPUHGOVo6uKFnartky9iLm1WiHDMruJ6SIOJzAnb+TMBWQTSwI+F4wyEiRVR8Zv4uA=" - script: skip deploy: provider: script diff --git a/CHANGELOG.md b/CHANGELOG.md index adfcf65f1..44ea1931f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.23.7 + +* No user-visible changes. + ## 1.23.6 * No user-visible changes. diff --git a/pubspec.yaml b/pubspec.yaml index 836ae98c8..11f09a649 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: sass -version: 1.23.6 +version: 1.23.7 description: A Sass implementation in Dart. author: Sass Team homepage: https://github.com/sass/dart-sass