Skip to content

Refreshes the Gitlab Releases page

Dimitrie Hoekstra requested to merge gitlab-releases-page into master

Problem

Currently the releases page is not featured on the front page, thus people need to search through all the blogposts to find an article on a certain release.

Solution & Implementation

This example shows us how a simple format can give us that functionality. Luckily we already had the releases-list... which essentially does this.

With this MR I refreshed the existing page by:

  • renamed it from releases-list to a much simpler "releases" or "GitLab Releases" for title 😉
  • Added it to the sitewide footer, so its easily findable right under "features"
  • Added human readable dates to the releases
  • Added more info on changelogs and blogposts on patch releases

image

image

image

release (see current version here)

image

Edited by Dimitrie Hoekstra

Merge request reports