diff --git a/master/buildbot/newsfragments/README.txt b/master/buildbot/newsfragments/README.txt index 3c2f4d7a136..237c64993be 100644 --- a/master/buildbot/newsfragments/README.txt +++ b/master/buildbot/newsfragments/README.txt @@ -1,5 +1,7 @@ This is the directory for news fragments used by towncrier: https://github.com/hawkowl/towncrier +You create a news fragment in this directory when you make a change, and the file gets removed from this directory when the news is published. + towncrier has a few standard types of news fragments, signified by the file extension. These are: .feature: Signifying a new feature. diff --git a/master/buildbot/newsfragments/gulp_processindex_windows.bugfix b/master/buildbot/newsfragments/gulp_processindex_windows.bugfix new file mode 100644 index 00000000000..a779a42d868 --- /dev/null +++ b/master/buildbot/newsfragments/gulp_processindex_windows.bugfix @@ -0,0 +1 @@ +Make gulp "processindex" command work under Windows (was failing due to single-quoted file path on command line) \ No newline at end of file