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

How to use this package with bitbucket and a private registry? #32

Closed
FezVrasta opened this issue Apr 19, 2018 · 1 comment
Closed

How to use this package with bitbucket and a private registry? #32

FezVrasta opened this issue Apr 19, 2018 · 1 comment

Comments

@FezVrasta
Copy link
Contributor

FezVrasta commented Apr 19, 2018

Hi, thanks for the package!

I'd like to use it with a bitbucket repository and a private artifactory registry but I'm not quite sure how the configuration should look like, may you help me please?

So far I'm stuck with this configuration:

  "release": {
    "monorepo": {
      "analyzeCommits": {
        "format": "angular"
      }
    },
    "publish": [
      "@semantic-release/git"
    ]
  },

(I removed the npm publisher for test purposes)

The error I get is:

[Semantic release]: EPLUGIN A plugin configured in the step publish is not a valid semantic-release plugin.
A valid publish semantic-release plugin must be a function or an object with a function in the property publish.

The plugin @semantic-release/git doesn't have the property publish and cannot be used for the publish step.

Please refer to the @semantic-release/git and semantic-release plugins configuration (https://github.com/semantic-release/semantic-release/blob/caribou/docs/usage/plugins.md) documentation for more details.

I installed "@semantic-release/git": "^4.0.2", "semantic-release": "^15.1.7" and "semantic-release-monorepo": "^6.0.1"

@FezVrasta FezVrasta changed the title How to use this package with bitbucket? How to use this package with bitbucket and a private registry? Apr 19, 2018
@FezVrasta
Copy link
Contributor Author

The doc has a typo, publish should be prepare.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant