Skip to content

Commit cf43f0d

Browse files
authored
Add a release header (#961)
This got dropped in the move to cli_pkg. Closes #944
1 parent cb8a048 commit cf43f0d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

tool/grind.dart

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,17 @@ void main(List<String> args) {
3434
pkg.npmReadme = _readAndResolveMarkdown("package/README.npm.md");
3535
pkg.standaloneName = "dart-sass";
3636

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+
"\n"
45+
"# Changes\n"
46+
"\n";
47+
3748
pkg.addAllTasks();
3849
grind(args);
3950
}

0 commit comments

Comments
 (0)