@redocly/marketing-pages
v0.1.41
Published
This is a package that contains Redocly marketing site marketing pages as React components.
Downloads
1,564
Keywords
Readme
marketing-site-private
This is a package that contains Redocly marketing site marketing pages as React components.
It is published to NPM as @redocly/marketing-pages. The code is minified.
Development
- Run
npm linkin this repo;
npm linkEnsure you use same node version in both repos.
- Go to the website repo and run:
npm link @redocly/marketing-pagesRun
npm run devin this repo.Run
npm startin the website repo.
Release
The release process is fully automated using Changesets. Here's how it works:
Automated Release Flow
- Changes merged to main - Any changes merged to the main branch trigger the release workflow
- Auto-changeset creation - If no changeset exists, the system automatically creates one for a patch version bump
- Version Packages PR - A pull request is created with the title "chore: release new version 🚀"
- Review & Merge - Review a Version Packages PR and merge when ready to release
- Automatic publishing - The package is automatically published to npm after merging
