diff --git a/Rakefile b/Rakefile index f8f08032a3e..9517360256d 100644 --- a/Rakefile +++ b/Rakefile @@ -91,16 +91,4 @@ task :convert do result = `bin/kramdown --input=html --output=kramdown` puts 'Converted text:'.magenta puts result.bold -end -desc 'Generate data for a news digest. Default timeframe is a week since today. For other period, use "since" argument: since="jul 4"' -task :whatsnew do - date = ENV['since'] - print 'Generating data for the weekly digest: $ '.magenta - if date.nil? or date.empty? - sh 'bin/whatsup_github' - elsif date.is_a? String - sh 'bin/whatsup_github', 'since', ENV['since'].to_s - else - puts 'The "since" argument must be a string. Example: "jul 4"' - end end \ No newline at end of file diff --git a/src/_data/whats-new.yml b/src/_data/whats-new.yml index 7d3535ea0cf..902dc3b6087 100644 --- a/src/_data/whats-new.yml +++ b/src/_data/whats-new.yml @@ -4,7 +4,7 @@ description: We exclude from this list proofreading, spelling checks, and all minor updates. link: /whats-new.html thread: /whatsnew-feed.xml -updated: Tue May 5 12:22:39 2020 +updated: Thu May 14 12:53:38 2020 entries: - description: Added a deprecation notice about the Web Setup Wizard when [installing](https://devdocs.magento.com/guides/v2.3/install-gde/install/web/install-web.html) or [upgrading](https://devdocs.magento.com/guides/v2.3/comp-mgr/upgrader/upgrade-checklist.html)