@anolilab/semantic-release-pnpm 4.0.0-alpha.2 → 4.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,15 +1,15 @@
1
- ## @anolilab/semantic-release-pnpm [4.0.0-alpha.2](https://github.com/anolilab/semantic-release/compare/@anolilab/semantic-release-pnpm@4.0.0-alpha.1...@anolilab/semantic-release-pnpm@4.0.0-alpha.2) (2025-12-10)
1
+ ## @anolilab/semantic-release-pnpm [4.1.0](https://github.com/anolilab/semantic-release/compare/@anolilab/semantic-release-pnpm@4.0.0...@anolilab/semantic-release-pnpm@4.1.0) (2026-01-13)
2
2
 
3
- ### Bug Fixes
4
-
5
- * fixed discord link ([af624ef](https://github.com/anolilab/semantic-release/commit/af624ef616ebd84b84932f8f1bf5c978b7a8349d))
3
+ ### Features
6
4
 
5
+ * update README and types to clarify devDependencies handling and release strategies ([e598b08](https://github.com/anolilab/semantic-release/commit/e598b0865da5e2cd80893e240513cc4689956a1e))
7
6
 
8
- ### Dependencies
7
+ ### Bug Fixes
9
8
 
10
- * **@anolilab/rc:** upgraded to 3.2.1-alpha.2
9
+ * add --no-git-checks option to pnpm publish command in authentication verification tests ([c21dd7a](https://github.com/anolilab/semantic-release/commit/c21dd7aa4b93524b4f9edae168146e2b3d3e5850))
10
+ * add --no-git-checks to custom registry verification dry run ([#255](https://github.com/anolilab/semantic-release/issues/255)) ([ea25b84](https://github.com/anolilab/semantic-release/commit/ea25b84de9a756efdade1fa4d3204e92c01a632c))
11
11
 
12
- ## @anolilab/semantic-release-pnpm [4.0.0-alpha.1](https://github.com/anolilab/semantic-release/compare/@anolilab/semantic-release-pnpm@3.2.2...@anolilab/semantic-release-pnpm@4.0.0-alpha.1) (2025-12-09)
12
+ ## @anolilab/semantic-release-pnpm [4.0.0](https://github.com/anolilab/semantic-release/compare/@anolilab/semantic-release-pnpm@3.2.2...@anolilab/semantic-release-pnpm@4.0.0) (2026-01-08)
13
13
 
14
14
  ### Bug Fixes
15
15
 
@@ -18,7 +18,7 @@
18
18
 
19
19
  ### Dependencies
20
20
 
21
- * **@anolilab/rc:** upgraded to 3.2.1-alpha.1
21
+ * **@anolilab/rc:** upgraded to 4.0.0
22
22
 
23
23
  ## @anolilab/semantic-release-pnpm [3.2.2](https://github.com/anolilab/semantic-release/compare/@anolilab/semantic-release-pnpm@3.2.1...@anolilab/semantic-release-pnpm@3.2.2) (2025-12-05)
24
24
 
package/README.md CHANGED
@@ -60,12 +60,12 @@ The plugin can be configured in the [**semantic-release** configuration file](ht
60
60
 
61
61
  ## Steps that are used
62
62
 
63
- | Step | Description |
64
- | ------------------ | -------------------------------------------------------------------------------------------------------------------------------- |
63
+ | Step | Description |
64
+ | ------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
65
65
  | `verifyConditions` | Verify the presence of the `NPM_TOKEN` environment variable, or an `.npmrc` file, and verify the authentication method is valid. Results are cached per registry/auth combination to prevent throttling in monorepos. |
66
- | `prepare` | Update the `package.json` version and [create](https://docs.npmjs.com/cli/pack) the npm package tarball. |
67
- | `addChannel` | [Add a release to a dist-tag](https://docs.npmjs.com/cli/dist-tag). |
68
- | `publish` | [Publish the npm package](https://docs.npmjs.com/cli/publish) to the registry. |
66
+ | `prepare` | Update the `package.json` version and [create](https://docs.npmjs.com/cli/pack) the npm package tarball. |
67
+ | `addChannel` | [Add a release to a dist-tag](https://docs.npmjs.com/cli/dist-tag). |
68
+ | `publish` | [Publish the npm package](https://docs.npmjs.com/cli/publish) to the registry. |
69
69
 
70
70
  ## Configuration
71
71
 
@@ -292,7 +292,7 @@ The anolilab semantic-release-pnpm is open-sourced software licensed under the [
292
292
  [prs-welcome-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=for-the-badge
293
293
  [prs-welcome]: https://github.com/anolilab/multi-semantic-release/blob/main/.github/CONTRIBUTING.md
294
294
  [chat-badge]: https://img.shields.io/discord/902465130518949899.svg?style=for-the-badge
295
- [chat]: https://discord.gg/4VuvwWGaaB
295
+ [chat]: https://discord.gg/TtFJY8xkFK
296
296
  [typescript-badge]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
297
297
  [typescript-url]: https://www.typescriptlang.org/
298
298
  [license-url]: LICENSE.md
package/dist/index.js CHANGED
@@ -611,7 +611,7 @@ const verifyAuthContextAgainstCustomRegistry = async (npmrc, registry, context,
611
611
  const { cwd, env, logger, stderr, stdout } = context;
612
612
  try {
613
613
  logger.log(`Running "pnpm publish --dry-run" to verify authentication on registry "${registry}"`);
614
- const publishArgs = ["publish", pkgRoot, "--dry-run", "--tag=semantic-release-auth-check", "--registry", registry];
614
+ const publishArgs = ["publish", pkgRoot, "--dry-run", "--tag=semantic-release-auth-check", "--registry", registry, "--no-git-checks"];
615
615
  const publishOptions = {
616
616
  cwd,
617
617
  env: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/semantic-release-pnpm",
3
- "version": "4.0.0-alpha.2",
3
+ "version": "4.1.0",
4
4
  "description": "Semantic-release plugin to publish a npm package with pnpm.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -61,7 +61,7 @@
61
61
  ],
62
62
  "dependencies": {
63
63
  "@actions/core": "^2.0.0",
64
- "@anolilab/rc": "3.2.1-alpha.2",
64
+ "@anolilab/rc": "4.0.0",
65
65
  "@semantic-release/error": "^4.0.0",
66
66
  "@visulima/fs": "^4.1.0",
67
67
  "@visulima/package": "^4.1.7",