Skip to content
Snippets Groups Projects

GitLab 9.3 release post

Merged Victor Wu requested to merge release-9-3 into master
All threads resolved!
1 file
+ 13
14
Compare changes
  • Side-by-side
  • Inline
@@ -198,20 +198,19 @@
= secondary_feature.name
/ deprecations
- datafile.deprecations.each do |deprecation|
- if deprecation.feature_name != nil
%section#deprecations.release-post-section
%h2.text-center{:id => "release-deprecations"}
%a.header-link{href: "#release-deprecations"}
Deprecations
- datafile.deprecations.each do |deprecation|
%h3{:id => "#{deprecation.feature_name.downcase.tr(" ", "-")}"}
%a.header-link{href: "##{deprecation.feature_name.downcase.tr(" ", "-")}"}
= deprecation.feature_name
= kramdown(deprecation.description)
%p
Due:
%strong= "#{deprecation.due}"
- if datafile.deprecations != nil
%section#deprecations.release-post-section
%h2.text-center{:id => "release-deprecations"}
%a.header-link{href: "#release-deprecations"}
Deprecations
- datafile.deprecations.each do |deprecation|
%h3{:id => "#{deprecation.feature_name.downcase.tr(" ", "-")}"}
%a.header-link{href: "##{deprecation.feature_name.downcase.tr(" ", "-")}"}
= deprecation.feature_name
= kramdown(deprecation.description)
%p
Due:
%strong= "#{deprecation.due}"
/ Updgrade barometer
%section#upgrade-barometer.release-post-section
Loading