Skip to content
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

feat(ci): continuous releases for main and PRs with pkg.pr.new #10369

Merged
merged 7 commits into from
Aug 8, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test change
  • Loading branch information
Aslemammad committed Aug 6, 2024
commit c40b3523f6286e0f45edd9f42517153ef7235f8f
1 change: 1 addition & 0 deletions packages/create-docusaurus/bin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import logger from '@docusaurus/logger';
import semver from 'semver';
import {program} from 'commander';

console.log('A test!');
const packageJson = /** @type {import("../package.json")} */ (
createRequire(import.meta.url)('../package.json')
);
Expand Down