Skip to content

Commit 73d5d49

Browse files
authored
Set GitHub variables for release (#176)
1 parent 5552c20 commit 73d5d49

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.3.3
2+
3+
* No user-visible changes.
4+
15
## 1.3.2
26

37
### Module Migrator

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sass_migrator
2-
version: 1.3.2
2+
version: 1.3.3
33
description: A tool for running migrations on Sass files
44
author: Jennifer Thakar <[email protected]>
55
homepage: https://github.com/sass/migrator

tool/grind.dart

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ main(List<String> args) {
1616
pkg.homebrewFormula.value = "migrator.rb";
1717
pkg.jsRequires.value = {"fs": "fs", "os": "os", "path": "path"};
1818
pkg.standaloneName.value = "sass-migrator";
19+
pkg.githubUser.value = Platform.environment["GH_USER"];
20+
pkg.githubPassword.value = Platform.environment["GH_TOKEN"];
1921

2022
pkg.addAllTasks();
2123
grind(args);

0 commit comments

Comments
 (0)