diff --git a/adrs/0002-monorepo.md b/adrs/0003-monorepo.md similarity index 98% rename from adrs/0002-monorepo.md rename to adrs/0003-monorepo.md index 26af959f0f..b683574023 100644 --- a/adrs/0002-monorepo.md +++ b/adrs/0003-monorepo.md @@ -31,4 +31,4 @@ On the technical front, we could manage the monorepo with [npm workspaces](https In regards to changelog / release notes generation, we'd continue using Conventional Commits, but moving to use [release-please](https://github.com/googleapis/release-please) which [does support monorepos](https://github.com/googleapis/release-please/blob/main/docs/manifest-releaser.md). -For backwards compatibility, we can trivially create a `@stackoverflow/stacks` "meta-package" that simply imports, then re-exports the dependency packages. \ No newline at end of file +For backwards compatibility, we can trivially create a `@stackoverflow/stacks` "meta-package" that simply imports, then re-exports the dependency packages.