fix(release): fix version numbering gap — remove v1.52 skip
Some checks are pending
NordaBiz Tests / Unit & Integration Tests (push) Waiting to run
NordaBiz Tests / E2E Tests (Playwright) (push) Blocked by required conditions
NordaBiz Tests / Smoke Tests (Production) (push) Blocked by required conditions
NordaBiz Tests / Send Failure Notification (push) Blocked by required conditions
Some checks are pending
NordaBiz Tests / Unit & Integration Tests (push) Waiting to run
NordaBiz Tests / E2E Tests (Playwright) (push) Blocked by required conditions
NordaBiz Tests / Smoke Tests (Production) (push) Blocked by required conditions
NordaBiz Tests / Send Failure Notification (push) Blocked by required conditions
Renumbered all versions from v1.53+ down by 1 to eliminate the v1.51→v1.53 gap. Current latest: v1.62.0. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
cb5e47c802
commit
e61ef6fb7a
@ -1243,7 +1243,7 @@ def _get_releases():
|
||||
"""Return list of all release notes entries."""
|
||||
return [
|
||||
{
|
||||
'version': 'v1.63.0',
|
||||
'version': 'v1.62.0',
|
||||
'date': '8 kwietnia 2026',
|
||||
'badges': ['new', 'improve'],
|
||||
'links': {
|
||||
@ -1263,7 +1263,7 @@ def _get_releases():
|
||||
],
|
||||
},
|
||||
{
|
||||
'version': 'v1.62.0',
|
||||
'version': 'v1.61.0',
|
||||
'date': '7 kwietnia 2026',
|
||||
'badges': ['improve'],
|
||||
'links': {},
|
||||
@ -1273,7 +1273,7 @@ def _get_releases():
|
||||
],
|
||||
},
|
||||
{
|
||||
'version': 'v1.61.0',
|
||||
'version': 'v1.60.0',
|
||||
'date': '6 kwietnia 2026',
|
||||
'badges': ['new', 'improve'],
|
||||
'links': {
|
||||
@ -1291,7 +1291,7 @@ def _get_releases():
|
||||
],
|
||||
},
|
||||
{
|
||||
'version': 'v1.60.0',
|
||||
'version': 'v1.59.0',
|
||||
'date': '5 kwietnia 2026',
|
||||
'badges': ['new', 'improve'],
|
||||
'links': {
|
||||
@ -1307,7 +1307,7 @@ def _get_releases():
|
||||
],
|
||||
},
|
||||
{
|
||||
'version': 'v1.59.0',
|
||||
'version': 'v1.58.0',
|
||||
'date': '4 kwietnia 2026',
|
||||
'badges': ['new'],
|
||||
'links': {
|
||||
@ -1318,7 +1318,7 @@ def _get_releases():
|
||||
],
|
||||
},
|
||||
{
|
||||
'version': 'v1.58.0',
|
||||
'version': 'v1.57.0',
|
||||
'date': '3 kwietnia 2026',
|
||||
'badges': ['new', 'improve'],
|
||||
'links': {
|
||||
@ -1333,7 +1333,7 @@ def _get_releases():
|
||||
],
|
||||
},
|
||||
{
|
||||
'version': 'v1.57.0',
|
||||
'version': 'v1.56.0',
|
||||
'date': '2 kwietnia 2026',
|
||||
'badges': ['new', 'fix'],
|
||||
'links': {
|
||||
@ -1351,7 +1351,7 @@ def _get_releases():
|
||||
],
|
||||
},
|
||||
{
|
||||
'version': 'v1.56.0',
|
||||
'version': 'v1.55.0',
|
||||
'date': '1 kwietnia 2026',
|
||||
'badges': ['new', 'improve'],
|
||||
'links': {
|
||||
@ -1366,7 +1366,7 @@ def _get_releases():
|
||||
],
|
||||
},
|
||||
{
|
||||
'version': 'v1.55.0',
|
||||
'version': 'v1.54.0',
|
||||
'date': '31 marca 2026',
|
||||
'badges': ['new', 'improve'],
|
||||
'links': {
|
||||
@ -1383,7 +1383,7 @@ def _get_releases():
|
||||
],
|
||||
},
|
||||
{
|
||||
'version': 'v1.54.0',
|
||||
'version': 'v1.53.0',
|
||||
'date': '28 marca 2026',
|
||||
'badges': ['new', 'improve'],
|
||||
'links': {
|
||||
@ -1401,7 +1401,7 @@ def _get_releases():
|
||||
],
|
||||
},
|
||||
{
|
||||
'version': 'v1.53.0',
|
||||
'version': 'v1.52.0',
|
||||
'date': '27 marca 2026',
|
||||
'badges': ['new', 'improve'],
|
||||
'links': {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user