Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit f28e3ad

Browse files
committed
added whatsnew info for the week
1 parent 423425e commit f28e3ad

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

Rakefile

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -91,16 +91,4 @@ task :convert do
9191
result = `bin/kramdown --input=html --output=kramdown`
9292
puts 'Converted text:'.magenta
9393
puts result.bold
94-
end
95-
desc 'Generate data for a news digest. Default timeframe is a week since today. For other period, use "since" argument: since="jul 4"'
96-
task :whatsnew do
97-
date = ENV['since']
98-
print 'Generating data for the weekly digest: $ '.magenta
99-
if date.nil? or date.empty?
100-
sh 'bin/whatsup_github'
101-
elsif date.is_a? String
102-
sh 'bin/whatsup_github', 'since', ENV['since'].to_s
103-
else
104-
puts 'The "since" argument must be a string. Example: "jul 4"'
105-
end
10694
end

src/_data/whats-new.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description:
44
We exclude from this list proofreading, spelling checks, and all minor updates.
55
link: /whats-new.html
66
thread: /whatsnew-feed.xml
7-
updated: Tue May 5 12:22:39 2020
7+
updated: Thu May 14 12:53:38 2020
88
entries:
99
- 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)
1010
or [upgrading](https://devdocs.magento.com/guides/v2.3/comp-mgr/upgrader/upgrade-checklist.html)

0 commit comments

Comments
 (0)