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

print the updated packages at the end for use in the changelog #1

Merged
merged 1 commit into from Dec 4, 2015

Conversation

hzoo
Copy link
Contributor

@hzoo hzoo commented Dec 4, 2015

sebmck added a commit that referenced this pull request Dec 4, 2015
print the updated packages at the end for use in the changelog
@sebmck sebmck merged commit 665ad76 into lerna:master Dec 4, 2015
hzoo pushed a commit that referenced this pull request May 29, 2016
syle: rename --confirm to --yes
gigabo added a commit that referenced this pull request Dec 13, 2016
This adds a `packages` configuration option to `lerna.json`:

```json
{
  "lerna": "x.x.x",
  "version": "0.2.3",
  "packages": [
    {"glob": "packages/{core,plugins}/*/package.json"},
    {"glob": "build-tools/package.json"},
    {"glob": "integration-tests/**/package.json"}
  ]
}
```

The default is `[{"glob": "packages/*/package.json"}]`, which is equivalent to
the historical layout of a Lerna repo.
gigabo added a commit that referenced this pull request Dec 13, 2016
This adds a `packages` configuration option to `lerna.json`:

```json
{
  "lerna": "x.x.x",
  "version": "0.2.3",
  "packages": [
    {"glob": "packages/{core,plugins}/*/package.json"},
    {"glob": "build-tools/package.json"},
    {"glob": "integration-tests/**/package.json"}
  ]
}
```

The default is `[{"glob": "packages/*/package.json"}]`, which is equivalent to
the historical layout of a Lerna repo.
gigabo added a commit that referenced this pull request Dec 14, 2016
This adds a `packages` configuration option to `lerna.json`:

```json
{
  "lerna": "x.x.x",
  "version": "0.2.3",
  "packages": [
    {"glob": "packages/{core,plugins}/*/package.json"},
    {"glob": "build-tools/package.json"},
    {"glob": "integration-tests/**/package.json"}
  ]
}
```

The default is `[{"glob": "packages/*/package.json"}]`, which is equivalent to
the historical layout of a Lerna repo.
@lock
Copy link

lock bot commented Dec 28, 2018

This thread has been automatically locked because there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Dec 28, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants