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

Moves back the changelog to the root #5625

Merged
merged 2 commits into from
Jul 28, 2023
Merged

Moves back the changelog to the root #5625

merged 2 commits into from
Jul 28, 2023

Conversation

arcanis
Copy link
Member

@arcanis arcanis commented Jul 28, 2023

What's the problem this PR addresses?

I moved the changelog into Docusaurus and used a symlink, but it didn't work as well as I hoped, and GitHub doesn't handle it well enough (no redirection from one file to the other).

How did you fix it?

Moving back the changelog to the root. I had to add react as dependency of the root since mdx-js doesn't embed the generated imports' resolution.

Checklist

  • I have set the packages that need to be released for my changes to be effective.
  • I will check that all automated PR checks pass before the PR gets reviewed.

@@ -9,21 +9,26 @@ const {defineConfig} = require(`@yarnpkg/types`);
* @typedef {import('@yarnpkg/types').Yarn.Constraints.Dependency} Dependency
*/

const IGNORE_CONSISTENT_DEPENDENCIES_FOR = new Set([
`.`,
Copy link
Member Author

Choose a reason for hiding this comment

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

Temporary until I fix the docusaurus deps to be consistent with everything else.

@arcanis arcanis merged commit d2fa9ce into master Jul 28, 2023
15 checks passed
@arcanis arcanis deleted the mael/changelog-root branch July 28, 2023 15:49
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.

1 participant