Skip to content

chore(generation): use versions.json#111

Open
avivkeller wants to merge 5 commits into
mainfrom
generate-with-versions
Open

chore(generation): use versions.json#111
avivkeller wants to merge 5 commits into
mainfrom
generate-with-versions

Conversation

@avivkeller
Copy link
Copy Markdown
Member

Ref: #105

Changes generation from using HEAD_COMMIT to using versions.json. (Note: the index.md is a stub, and is needed to avoid breaking generation, but will be changed)

Copilot AI review requested due to automatic review settings May 28, 2026 19:32
@vercel
Copy link
Copy Markdown

vercel Bot commented May 28, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
webpack-doc-kit Ready Ready Preview, Comment May 28, 2026 7:52pm

Request Review

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

const VERSION = process.env.VERSION;
const inputDir = join(
ROOT,
VERSION ? `./pages/api/${VERSION.split('.')[0]}.x` : './pages'
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

self review why didn't I use semver? I should fix this

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