Skip to content

Commit

Permalink
docs(artifactory): removed details about using artifactory with legac…
Browse files Browse the repository at this point in the history
…y auth

since we no longer support legacy auth in the npm plugin and artifcatory can use modern auth with more recent versions
  • Loading branch information
travi committed Mar 31, 2023
1 parent 4a943a5 commit d7e14f6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docs/support/FAQ.md
Expand Up @@ -158,14 +158,6 @@ Or with the `publishConfig.access` key in your project's `package.json`:
}
```

## Can I use semantic-release to publish a package on Artifactory?

Any npm compatible registry is supported with the [`@semantic-release/npm`](https://github.com/semantic-release/npm) plugin. For Artifactory versions prior to 5.4, the legacy authentication has to be used (with `NPM_USERNAME`, `NPM_PASSWORD` and `NPM_EMAIL` [environment variables](https://github.com/semantic-release/npm#environment-variables)).

See [npm registry authentication](https://github.com/semantic-release/npm#npm-registry-authentication) for more details.

See [Artifactory - npm Registry](https://www.jfrog.com/confluence/display/RTF/Npm+Registry#NpmRegistry-AuthenticatingthenpmClient) documentation for Artifactory configuration.

## Can I manually trigger the release of a specific version?

You can trigger a release by pushing to your Git repository. You deliberately cannot trigger a _specific_ version release, because this is the whole point of semantic-release.
Expand Down

0 comments on commit d7e14f6

Please sign in to comment.