Skip to content

Create changelog page #111

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Create changelog page #111

wants to merge 5 commits into from

Conversation

i14h
Copy link
Contributor

@i14h i14h commented Aug 16, 2025

Create static release page pulled from github during build time (https://genkit.dev/changelog). Adds menu item to the leftnav.

I created this PR but thought maybe it's not a good idea for now, since with every release we need to also rebuild the website.

}

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you move these into src/pages/changelog.astro?

@pavelgj
Copy link
Contributor

pavelgj commented Aug 19, 2025

I think this is a great idea!

@i14h
Copy link
Contributor Author

i14h commented Aug 19, 2025

@pavelgj wdyt? should we have them all in one page with anchorlinks, or a separate page/permalink per release? think of the links in social posts and tweets

@i14h
Copy link
Contributor Author

i14h commented Aug 20, 2025

@pavelgj PTAL

body: string;
}

const response = await fetch('https://api.github.com/repos/firebase/genkit/releases');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
const response = await fetch('https://api.github.com/repos/firebase/genkit/releases');
const response = await fetch('https://api.github.com/repos/firebase/genkit/releases?per_page=10');

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants