Skip to content

Commit

Permalink
Merge pull request #2740 from belgattitude/changesets-tag-private
Browse files Browse the repository at this point in the history
Changesets: by default tag and version private workspaces
  • Loading branch information
belgattitude committed Oct 7, 2022
2 parents 32a7ca9 + e0b03b0 commit 9b0f6c7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"$schema": "https://unpkg.com/@changesets/config@2.1.0/schema.json",
"$schema": "https://unpkg.com/@changesets/config@2.2.0/schema.json",
"changelog": [
"@changesets/changelog-github",
{ "repo": "belgattitude/nextjs-monorepo-example" }
],
"privatePackages": { "version": true, "tag": true },
"commit": true,
"linked": [],
"access": "restricted",
Expand Down
17 changes: 17 additions & 0 deletions .changeset/polite-peas-type.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
"nextjs-app": patch
"remix-app": patch
"vite-app": patch
"@your-org/api-gateway": patch
"@your-org/common-i18n": patch
"@your-org/core-lib": patch
"@your-org/db-main-prisma": patch
"@your-org/eslint-config-bases": patch
"@your-org/ts-utils": patch
"@your-org/ui-lib": patch
---

Changesets: by default will tag and version private packages

Doc: https://github.com/changesets/changesets/blob/main/docs/versioning-apps.md
Ref: [changesets@2.25.0](https://github.com/changesets/changesets/releases/tag/%40changesets%2Fcli%402.25.0) & [#662](https://github.com/changesets/changesets/pull/662).

1 comment on commit 9b0f6c7

@vercel
Copy link

@vercel vercel bot commented on 9b0f6c7 Oct 7, 2022

Choose a reason for hiding this comment

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

Deployment failed with the following error:

Resource is limited - try again in 1 minute (more than 100, code: "api-deployments-free-per-day").

Please sign in to comment.