We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb8a048 commit cf43f0dCopy full SHA for cf43f0d
tool/grind.dart
@@ -34,6 +34,17 @@ void main(List<String> args) {
34
pkg.npmReadme = _readAndResolveMarkdown("package/README.npm.md");
35
pkg.standaloneName = "dart-sass";
36
37
+ pkg.githubReleaseNotes =
38
+ "To install Sass ${pkg.version}, download one of the packages below and "
39
+ "[add it to your PATH][], or see [the Sass website][] for full "
40
+ "installation instructions.\n"
41
+ "\n"
42
+ "[add it to your PATH]: https://katiek2.github.io/path-doc/\n"
43
+ "[the Sass website]: https://sass-lang.com/install\n"
44
45
+ "# Changes\n"
46
+ "\n";
47
+
48
pkg.addAllTasks();
49
grind(args);
50
}
0 commit comments