Tag

ChangeSets

1 views collected around this technical thread.

TAL Education Technology
TAL Education Technology
Jul 27, 2023 · Backend Development

Monorepo Best Practices: Implementing pnpm Workspaces and Changesets

This guide explains why pnpm is preferred for monorepo projects, outlines the advantages and disadvantages of monorepos, and provides step‑by‑step instructions for setting up pnpm workspaces, configuring scripts, managing dependencies, building packages, and using Changesets for versioning and publishing.

ChangeSetsMonorepoPackage Management
0 likes · 14 min read
Monorepo Best Practices: Implementing pnpm Workspaces and Changesets
NetEase Yanxuan Technology Product Team
NetEase Yanxuan Technology Product Team
Mar 13, 2023 · Frontend Development

OSSA: Open Source Journey and Best Practices for a Taro UI Component Library

Over two years, NetEase Yanxuan built and open‑sourced OSSA, a Taro UI component library created to unify multi‑platform mini‑program development, detailing why Taro was chosen, the challenges of enterprise‑grade reliability and community building, and how automated CI/CD, documentation, MIT licensing, and contributor guides enable sustainable open‑source growth.

ChangeSetsGitHub ActionsMIT License
0 likes · 17 min read
OSSA: Open Source Journey and Best Practices for a Taro UI Component Library
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Nov 23, 2022 · Frontend Development

Setting Up Changesets and GitHub Actions for CI/CD in a Frontend Monorepo Utility Library

This article walks through configuring @changesets in a pnpm-managed monorepo, automating versioning and changelog generation, adding GitHub Actions for CI/CD and documentation deployment, and outlines contribution guidelines for a frontend utility library, illustrating the full open‑source workflow.

ChangeSetsGitHub ActionsMonorepo
0 likes · 14 min read
Setting Up Changesets and GitHub Actions for CI/CD in a Frontend Monorepo Utility Library
TikTok Frontend Technology Team
TikTok Frontend Technology Team
Oct 23, 2021 · Backend Development

Using Changesets for Monorepo Version Management: Workflow, Commands, and Limitations

This article introduces the Changesets tool for managing package versions and changelogs in monorepo projects, compares it with Lerna, explains its workflow and core CLI commands, and discusses current drawbacks and possible improvements for large‑scale JavaScript/Node development.

CLIChangeSetsMonorepo
0 likes · 11 min read
Using Changesets for Monorepo Version Management: Workflow, Commands, and Limitations