Skip to content

Commit f1b702d

Browse files
committed
Replace outdated release notes with current changelog
1 parent 2256134 commit f1b702d

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

docs/c2patool-rns.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
id: c2patool-rns
3+
title: C2PA Tool release notes
4+
---
5+
6+
:::info
7+
For additional release notes for versions 0.9.x and earlier, see [Archived release notes](https://github.com/contentauth/c2pa-rs/blob/main/cli/docs/release-notes.md).
8+
:::
9+
10+
import C2PAToolChangelog from './c2patool/docs/changelog.md';
11+
12+
<C2PAToolChangelog name="C2PATool_changelog" />

scripts/fetch-readme.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ const readmes = [
7575
path: 'cli/docs/x_509.md',
7676
},
7777
{
78-
dest: resolve(__dirname, '../docs/c2patool/docs/release-notes.md'),
78+
dest: resolve(__dirname, '../docs/c2patool/docs/changelog.md'),
7979
repo: 'contentauth/c2pa-rs',
80-
path: 'cli/docs/release-notes.md',
80+
path: 'cli/CHANGELOG.md',
8181
},
8282
{
8383
dest: resolve(__dirname, '../docs/c2patool/docs/usage.md'),

sidebars.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ const sidebars = {
8989
},
9090
{
9191
type: 'doc',
92-
id: 'c2patool/docs/release-notes',
92+
id: 'c2patool-rns', // 'c2patool/docs/changelog',
9393
label: 'Release notes',
9494
},
9595
{

0 commit comments

Comments
 (0)