From a50c51e60e0a708bbde211dba5df466ea39d83c8 Mon Sep 17 00:00:00 2001 From: Matt Burke Date: Sat, 5 Mar 2016 08:09:12 -0500 Subject: [PATCH] Release notes for 0.25.0 --- doc/release-notes/NEXT.md | 9 --------- doc/release-notes/v0.25.0.md | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 doc/release-notes/v0.25.0.md diff --git a/doc/release-notes/NEXT.md b/doc/release-notes/NEXT.md index be00d7c1..e69de29b 100644 --- a/doc/release-notes/NEXT.md +++ b/doc/release-notes/NEXT.md @@ -1,9 +0,0 @@ -* Shelve commands can be automatically associated with work items (#912, @NathanLBCooper) -* Refactor `--branches` option to be more consistent (#900, @pmiossec) -* Calculate comment for checkin command (#830 & #916, @mnaoumov ) -* Fix quotes for sed commands (#903, @baywet) -* Fix a URL in an error message (#905, @josteink) -* Make branch option more consistent (#900, @pmiossec) -* Remove useless assemblies to reduce release size (#899, @pmiossec) -* Use paket instead of nuget (#917, @pmiossec) -* Add an MSI to the build (#847, @gentoo90) diff --git a/doc/release-notes/v0.25.0.md b/doc/release-notes/v0.25.0.md new file mode 100644 index 00000000..be00d7c1 --- /dev/null +++ b/doc/release-notes/v0.25.0.md @@ -0,0 +1,9 @@ +* Shelve commands can be automatically associated with work items (#912, @NathanLBCooper) +* Refactor `--branches` option to be more consistent (#900, @pmiossec) +* Calculate comment for checkin command (#830 & #916, @mnaoumov ) +* Fix quotes for sed commands (#903, @baywet) +* Fix a URL in an error message (#905, @josteink) +* Make branch option more consistent (#900, @pmiossec) +* Remove useless assemblies to reduce release size (#899, @pmiossec) +* Use paket instead of nuget (#917, @pmiossec) +* Add an MSI to the build (#847, @gentoo90)