Skip to content

Commit

Permalink
Add a release header (#961)
Browse files Browse the repository at this point in the history
This got dropped in the move to cli_pkg.

Closes #944
  • Loading branch information
nex3 authored Mar 9, 2020
1 parent cb8a048 commit cf43f0d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tool/grind.dart
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,17 @@ void main(List<String> args) {
pkg.npmReadme = _readAndResolveMarkdown("package/README.npm.md");
pkg.standaloneName = "dart-sass";

pkg.githubReleaseNotes =
"To install Sass ${pkg.version}, download one of the packages below and "
"[add it to your PATH][], or see [the Sass website][] for full "
"installation instructions.\n"
"\n"
"[add it to your PATH]: https://katiek2.github.io/path-doc/\n"
"[the Sass website]: https://sass-lang.com/install\n"
"\n"
"# Changes\n"
"\n";

pkg.addAllTasks();
grind(args);
}
Expand Down

0 comments on commit cf43f0d

Please sign in to comment.