Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions release-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Design Systems (year-month-day)

## Mercury |version|

- Change 1.

- Change 2.

## Showcase

- Change 1.

- Change 2.

## Breaking changes

### Mercury

- Breaking change 1.

- Breaking change 2.

> [!IMPORTANT]
> Use `@genexus/chameleon-controls-library` version >= `|insert version|`

**Full Changelog**: |changelog|

---

## `Dos and don'ts`

- How to document a change.

- DO:

- `[Accordion]` Improved the focus style for the accordion by @johnDoe in #number

- DON'T:
- `[mercury][accordion]` Improved the styles of the ch-accordion-render

Loading