Skip to content

Commit 01ed720

Browse files
authored
Temporarily disable deploying to Chocolatey (#960)
The cli_pkg Chocolatey deployment is still failing for unknown reasons, and until I have time to debug it I want to get a full release out.
1 parent c5daba6 commit 01ed720

File tree

3 files changed

+4
-24
lines changed

3 files changed

+4
-24
lines changed

.travis.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -181,20 +181,6 @@ jobs:
181181
skip_cleanup: true
182182
on: {tags: true}
183183

184-
# Deploy to Chocolatey.
185-
- name: Chocolatey
186-
if: *deploy-if
187-
os: windows
188-
env:
189-
# CHOCOLATEY_TOKEN="..."
190-
- secure: "EnII3YAGESEl9g9rQDcrL1Sw9eww80VJP0qZHz8Da07GB0hUrDQBJ372Zs2A4qaH/GOm7cknszEPOnkE4w3IBwe5idj31Q+WJbcvqqAB1gex3bLYyStdHeohculqmPgpuEPD3yVT59viJIn6L9+GEKNtnCygDpgxMilXzDIXi6vtLqovJc6q09i7XCSnf2IVjzKv0VBSUV0lU9QOZui5/zLN0sCSzE8QKYj0QSoQ8Th3ZTuWn3/CtRYhIaw4/12oepHyXRvieMeNGnhv8O4d1lAOiXKn28COJWA+xvCOZSxIrBCc0k8VzanYftTcp1Zf0Lxkm0ObmFXWaoHATFWjkvW6G34kQrzRpUlWUMmxIxBukHc2ZFuGnVi6pL9ANI8BVh6m8M1ojRqtKCFvBbgDDdxD7qqBQSfdtssEL+m6O0U9A5/xnQxHPbuyL/Y9ww9p/ohEFaaF3MK/qjiWKQJR+TXspmNDBhFC+w2vQ6zetEx787V6POS8ma5MX1+WWOecDtaDuEMv4bzjkTuYk9tuBC4GR/KrdUNbFtcNXCk5To4Du4FBdOW/+yoVg+ZHtgOzSDehgMJMeFM2fTYNt55iwmjwDyS4XcqsWoHHCDMEhIcuXL5XV5VBENFgs98EGofja70Lp05oLH2W7100OuyG0H18lpECx15OXSFnHQh+91g="
191-
script: skip
192-
deploy:
193-
provider: script
194-
script: pub run grinder pkg-chocolatey-deploy
195-
skip_cleanup: true
196-
on: {tags: true}
197-
198184
# Redeploy sass-lang.com.
199185
- name: sass-lang.com
200186
if: *deploy-if

CHANGELOG.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
1-
## 1.26.0-test.3
1+
## 1.26.0
22

3-
* No user-visible changes.
4-
5-
## 1.26.0-test.2
6-
7-
* `@use` rules whose URLs' basenames begin with `_` now correctly exclude that
8-
`_` from the rules' namespaces.
3+
* **Potentially breaking bug fix:** `@use` rules whose URLs' basenames begin
4+
with `_` now correctly exclude that `_` from the rules' namespaces.
95

106
* Fix a bug where imported forwarded members weren't visible in mixins and
117
functions that were defined before the `@import`.
128

13-
## 1.26.0-test.1
14-
159
* Don't throw errors if the exact same member is loaded or forwarded from
1610
multiple modules at the same time.
1711

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sass
2-
version: 1.26.0-test.3
2+
version: 1.26.0
33
description: A Sass implementation in Dart.
44
author: Sass Team
55
homepage: https://github.com/sass/dart-sass

0 commit comments

Comments
 (0)