File tree Expand file tree Collapse file tree 3 files changed +9
-14
lines changed Expand file tree Collapse file tree 3 files changed +9
-14
lines changed Original file line number Diff line number Diff line change @@ -112,10 +112,9 @@ jobs:
112
112
(type IN (push, api)) AND (repo = sass/dart-sass) AND tag =~ ^\d+\.\d+\.\d+([+-].*)?$
113
113
script : pub run grinder sanity-check-before-release
114
114
115
- # Deploy Linux releases to GitHub. Mac OS releases are deployed in a later
116
- # stage so that we can build application snapshots on Mac OS bots, and Windows
117
- # releases are deployed later so they can use Dart 2.4.1 to work around
118
- # dart-lang/sdk#38334.
115
+ # Deploy Linux releases to GitHub. Mac OS and Windows releases are deployed in
116
+ # a later stage so that we can build native snapshots on bots with the same
117
+ # operating system.
119
118
- stage : deploy 1
120
119
name : " GitHub: Linux"
121
120
if : *deploy-if
@@ -239,20 +238,12 @@ jobs:
239
238
240
239
- name : " GitHub: Windows"
241
240
if : *deploy-if
242
- env :
243
- # We can't re-use the github-env alias here because we also need to
244
- # override DART_VERSION.
245
- #
246
- # File system watching is extra flaky on Dart 2.5.0 on Windows (see
247
- # dart-lang/sdk#38334).
248
- - DART_VERSION=2.4.1
249
- - GITHUB_USER=sassbot
241
+ env : *github-env
250
242
# GITHUB_AUTH="..."
251
243
#
252
244
# Note that this overrides the read-only auth token that's set for all
253
245
# builds.
254
246
- secure : " AAP74aT+8SQmwGeHrCsZ7GgppvCCkDAZXszivocMy3Fi9gfMCLABBCh67pGINJX4VlLW7ftPF3xivlvgGu+e4ncXz9m9jIPZ9Iza3cW5jCnCgyRGZD98gwabIDFWiv4X9V2xnJA2p1ZuYBf8Sh3TTipUFBKMjlnxVxYkIOTud4rUss/htFhxVA/oFTo0ThTZwXuxJ+GRGTM4PcuHPJvPf18iRPs2AHFV6ZP51xgc3AsXC6Zyom5EJeX0yGj9zWQ0XCjnuFdGsI6G9jmkrmqgAXuUipgqAn0tjxPYp9R/1HqnBLD3Zbrvyi5pCiSFclU6CS6kTDbefzPOc5+zrnlkaolVeF8tQ+EhZiZqtLnpLYUz9bgknoFUapUN4N0R36sKBStdRv54+sMeoOzpQ8ep3PeZW5nWbak12wcrDx38ToWs6hQ4ycb0SQDZZatHsASpSu2nX8HwzZSDAZmsAdB+epPmgA0CBjWVG1ycmVnT6l3OopUmbaY3pXBNzFUXq5Fcd7Q39/MfrmHpyxSc3QVf8xNtUx9ggYtK0Kwx6dgykhNMVzFGZRVyQgwpaiyDqgMGEU2GQzzcJhgKo9+y1fDtdfj/cctmvJ2Fo1fkk+DMkEPUHGOVo6uKFnartky9iLm1WiHDMruJ6SIOJzAnb+TMBWQTSwI+F4wyEiRVR8Zv4uA="
255
-
256
247
script : skip
257
248
deploy :
258
249
provider : script
Original file line number Diff line number Diff line change
1
+ ## 1.23.7
2
+
3
+ * No user-visible changes.
4
+
1
5
## 1.23.6
2
6
3
7
* No user-visible changes.
Original file line number Diff line number Diff line change 1
1
name : sass
2
- version : 1.23.6
2
+ version : 1.23.7
3
3
description : A Sass implementation in Dart.
4
4
author : Sass Team
5
5
homepage : https://github.com/sass/dart-sass
You can’t perform that action at this time.
0 commit comments