Skip to content

Commit

Permalink
add unreleased release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Slashek committed Jun 19, 2024
1 parent 2439ea8 commit 2e50777
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 1 deletion.
5 changes: 5 additions & 0 deletions app/views/pages/release-notes.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ metadata:
</div>
<div class="w-auto ml-4">
<ul class="mb-8 list-none">
<li>
<a href="release-notes/unreleased">Unreleased (Staging Environment only)</a>
<br/>
<span>Unreleased</span>
</li>
<li>
<a href="release-notes/18-JUN-24">Admin_asset_update_all mutation, fixes and improvements</a>
<br/>
Expand Down
1 change: 0 additions & 1 deletion app/views/pages/release-notes/2024/18_jun_24.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ slug: release-notes/18-JUN-24
* More descriptive error when trying to download a module which has not been installed yet
* Allow overrides for markdown
* Filter and sort by `virtual_deleted_at` for `admin_assets` queries
* Allow nil for array compact


<h4 class="release-note release-note__fixed">FIXED</h4>
Expand Down
26 changes: 26 additions & 0 deletions app/views/pages/release-notes/unreleased.liquid
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
converter: markdown
metadata:
title: Unreleased
description: Unreleased - only on Staging
skip_contribute_button: true
last_edit: false
---

#### {{ page.metadata.description }}

<h4 class="release-note release-note__new">NEW</h4>

<!--
* Page property `layout` now accepts liquid to dynamically determie the layout
* New `app/config.yml` option - `default_layout` (currently it's `application`) - allows to specify default layout for all pages, accepts liquid
-->

<h4 class="release-note release-note__improved">IMPROVED</h4>

* Allow nil for array compact


<h4 class="release-note release-note__fixed">FIXED</h4>

* Allow nil for array compact

0 comments on commit 2e50777

Please sign in to comment.