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

Update the top level package.json version by default. #35

Merged
merged 1 commit into from
Apr 28, 2020

Conversation

rwjblue
Copy link
Collaborator

@rwjblue rwjblue commented Apr 28, 2020

This ensures that the top level package.json file's version is updated when releasing.

In order to opt out of this, you would need to use the following configuration:

{
  "release-it": {
    "plugins": {
      "release-it-yarn-workspaces": {
        "additionalManifests": {
          "versionUpdates": []
        }
      }
    }
  }
}

This ensures that the top level `package.json` file's version is updated
when releasing.

In order to opt out of this, you would need to use the following
configuration:

```json
{
  "release-it": {
    "plugins": {
      "release-it-yarn-workspaces": {
        "additionalManifests": {
          "versionUpdates": []
        }
      }
    }
  }
}
```
@rwjblue rwjblue added the enhancement New feature or request label Apr 28, 2020
@rwjblue rwjblue merged commit 427ef98 into master Apr 28, 2020
@rwjblue rwjblue deleted the default-version-updates branch April 28, 2020 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant