Renumber consolidated release to v26 after v25
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
- [x] Hide In testing when there are no unreleased changes and remove the placeholder batch.
|
- [x] Hide In testing when there are no unreleased changes and remove the placeholder batch.
|
||||||
|
|
||||||
- [x] Consolidate the September 4 changelog entries into one grouped version.
|
- [x] Consolidate the September 4 changelog entries into one grouped version, v26 (following the previous v25 release).
|
||||||
|
|
||||||
- [x] Accumulate In testing changelog batches and reserve app/Nix version bumps for grouped releases.
|
- [x] Accumulate In testing changelog batches and reserve app/Nix version bumps for grouped releases.
|
||||||
|
|
||||||
|
|||||||
@@ -6,14 +6,14 @@
|
|||||||
// - Only an explicitly requested release bumps VERSION and both flake.nix versions.
|
// - Only an explicitly requested release bumps VERSION and both flake.nix versions.
|
||||||
// - At release, consolidate the batch into titled groups and add its version/date.
|
// - At release, consolidate the batch into titled groups and add its version/date.
|
||||||
|
|
||||||
export const VERSION = 50;
|
export const VERSION = 26;
|
||||||
|
|
||||||
// Newest first. In testing: { version: null, changes: [string, ...] }.
|
// Newest first. In testing: { version: null, changes: [string, ...] }.
|
||||||
// Release: { version, date: 'YYYY-MM-DD', groups: [{ title, changes: [...] }] }.
|
// Release: { version, date: 'YYYY-MM-DD', groups: [{ title, changes: [...] }] }.
|
||||||
// Historical flat changes arrays are also supported. Omit the testing entry when empty.
|
// Historical flat changes arrays are also supported. Omit the testing entry when empty.
|
||||||
export const CHANGELOG = [
|
export const CHANGELOG = [
|
||||||
{
|
{
|
||||||
version: 50,
|
version: 26,
|
||||||
date: '2026-09-04',
|
date: '2026-09-04',
|
||||||
groups: [
|
groups: [
|
||||||
{ title: 'Themes & table layout', changes: [
|
{ title: 'Themes & table layout', changes: [
|
||||||
|
|||||||
Reference in New Issue
Block a user