@anolilab/semantic-release-preset 9.0.4 → 10.0.0-alpha.2

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,3 +1,29 @@
1
+ ## @anolilab/semantic-release-preset [10.0.0-alpha.2](https://github.com/anolilab/semantic-release/compare/@anolilab/semantic-release-preset@10.0.0-alpha.1...@anolilab/semantic-release-preset@10.0.0-alpha.2) (2025-01-16)
2
+
3
+ ### Bug Fixes
4
+
5
+ * changed plugin order to not publish cleaned package.json to github ([6673e69](https://github.com/anolilab/semantic-release/commit/6673e69723fd340380250fa2d986e4c37091351f))
6
+
7
+
8
+ ### Dependencies
9
+
10
+ * **@anolilab/semantic-release-clean-package-json:** upgraded to 1.0.0-alpha.2
11
+
12
+ ## @anolilab/semantic-release-preset [10.0.0-alpha.1](https://github.com/anolilab/semantic-release/compare/@anolilab/semantic-release-preset@9.0.4...@anolilab/semantic-release-preset@10.0.0-alpha.1) (2025-01-15)
13
+
14
+ ### ⚠ BREAKING CHANGES
15
+
16
+ * **semantic-release-preset:** adding @anolilab/semantic-release-clean-package-json to clean up the package.json
17
+
18
+ ### Features
19
+
20
+ * **semantic-release-preset:** added @anolilab/semantic-release-clean-package-json ([dc2529a](https://github.com/anolilab/semantic-release/commit/dc2529a069edc32ffa169c504f65f923526edeca))
21
+
22
+
23
+ ### Dependencies
24
+
25
+ * **@anolilab/semantic-release-clean-package-json:** upgraded to 1.0.0-alpha.1
26
+
1
27
  ## @anolilab/semantic-release-preset [9.0.4](https://github.com/anolilab/semantic-release/compare/@anolilab/semantic-release-preset@9.0.3...@anolilab/semantic-release-preset@9.0.4) (2025-01-14)
2
28
 
3
29
  ### Bug Fixes
package/README.md CHANGED
@@ -21,7 +21,7 @@ A shareable [semantic-release](https://github.com/semantic-release/semantic-rele
21
21
 
22
22
  ## Purpose
23
23
 
24
- - This configuration also includes a semantic-release configuration, which enables automated GitHub/NPM releases based on your commit messages.
24
+ - This configuration also includes a semantic-release configuration, which enables automated GitHub/NPM releases based on your commit messages.
25
25
 
26
26
  ## Install
27
27
 
@@ -41,15 +41,15 @@ pnpm add -D semantic-release @anolilab/semantic-release-preset
41
41
 
42
42
  We use the following plugins within the Semantic Release ecosystem:
43
43
 
44
- - [@semantic-release/changelog][3]
45
- - [@semantic-release/commit-analyzer][1]
46
- - [@semantic-release/exec][5]
47
- - [@semantic-release/git][6]
48
- - [@semantic-release/github][4]
49
- - [@semantic-release/npm][7] (optional)
50
- - [@semantic-release/release-notes-generator][2]
51
- - [@anolilab/semantic-release-pnpm][8] (optional)
52
- - [semantic-release-yarn][9] (optional)
44
+ - [@semantic-release/changelog][3]
45
+ - [@semantic-release/commit-analyzer][1]
46
+ - [@semantic-release/exec][5]
47
+ - [@semantic-release/git][6]
48
+ - [@semantic-release/github][4]
49
+ - [@semantic-release/npm][7] (optional)
50
+ - [@semantic-release/release-notes-generator][2]
51
+ - [@anolilab/semantic-release-pnpm][8] (optional)
52
+ - [semantic-release-yarn][9] (optional)
53
53
 
54
54
  ## Summary
55
55
 
@@ -259,10 +259,10 @@ Find out how to configure the plugin [here](https://www.npmjs.com/package/semant
259
259
 
260
260
  Ensure that your CI configuration has the following environment variables set:
261
261
 
262
- - GITHUB_TOKEN: [A GitHub personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token)
263
- - When a new release is published, this plugin will try to commit and push into the released branch. Ensure that the user that is running the release has push rights and can bypass branch protection rules.
264
- - NPM_TOKEN: [A npm personal access token](https://www.npmjs.com/package/settings)
265
- - A NPM token so the package can be published to NPM (a .npmrc file with extra configuration can also be used)
262
+ - GITHUB_TOKEN: [A GitHub personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token)
263
+ - When a new release is published, this plugin will try to commit and push into the released branch. Ensure that the user that is running the release has push rights and can bypass branch protection rules.
264
+ - NPM_TOKEN: [A npm personal access token](https://www.npmjs.com/package/settings)
265
+ - A NPM token so the package can be published to NPM (a .npmrc file with extra configuration can also be used)
266
266
 
267
267
  You can test your config with a dry run:
268
268
 
@@ -585,8 +585,8 @@ If you would like to help take a look at the [list of issues](https://github.com
585
585
 
586
586
  ## Credits
587
587
 
588
- - [Daniel Bannert](https://github.com/prisis)
589
- - [All Contributors](https://github.com/anolilab/javascript-style-guide/graphs/contributors)
588
+ - [Daniel Bannert](https://github.com/prisis)
589
+ - [All Contributors](https://github.com/anolilab/javascript-style-guide/graphs/contributors)
590
590
 
591
591
  ## License
592
592
 
@@ -43,19 +43,20 @@
43
43
  }
44
44
  ],
45
45
  "@semantic-release/changelog",
46
- "@semantic-release/npm",
47
46
  [
48
- "@semantic-release/git",
47
+ "@semantic-release/github",
49
48
  {
50
- "message": "chore(release): ${nextRelease.gitTag} [skip ci]\\n\\n${nextRelease.notes}"
49
+ "successComment": false,
50
+ "failComment": false
51
51
  }
52
52
  ],
53
53
  [
54
- "@semantic-release/github",
54
+ "@semantic-release/git",
55
55
  {
56
- "successComment": false,
57
- "failComment": false
56
+ "message": "chore(release): ${nextRelease.gitTag} [skip ci]\\n\\n${nextRelease.notes}"
58
57
  }
59
- ]
58
+ ],
59
+ "@anolilab/semantic-release-clean-package-json",
60
+ "@semantic-release/npm"
60
61
  ]
61
62
  }
@@ -43,7 +43,6 @@
43
43
  }
44
44
  ],
45
45
  "@semantic-release/changelog",
46
- "@anolilab/semantic-release-pnpm",
47
46
  [
48
47
  "@semantic-release/git",
49
48
  {
@@ -56,6 +55,8 @@
56
55
  "successComment": false,
57
56
  "failComment": false
58
57
  }
59
- ]
58
+ ],
59
+ "@anolilab/semantic-release-clean-package-json",
60
+ "@anolilab/semantic-release-pnpm"
60
61
  ]
61
62
  }
@@ -43,7 +43,6 @@
43
43
  }
44
44
  ],
45
45
  "@semantic-release/changelog",
46
- "semantic-release-yarn",
47
46
  [
48
47
  "@semantic-release/git",
49
48
  {
@@ -56,6 +55,8 @@
56
55
  "successComment": false,
57
56
  "failComment": false
58
57
  }
59
- ]
58
+ ],
59
+ "@anolilab/semantic-release-clean-package-json",
60
+ "semantic-release-yarn"
60
61
  ]
61
62
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/semantic-release-preset",
3
- "version": "9.0.4",
3
+ "version": "10.0.0-alpha.2",
4
4
  "description": "Semantic-release predefined presets.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -70,6 +70,7 @@
70
70
  "config"
71
71
  ],
72
72
  "dependencies": {
73
+ "@anolilab/semantic-release-clean-package-json": "1.0.0-alpha.2",
73
74
  "@semantic-release/changelog": "^6.0.3",
74
75
  "@semantic-release/commit-analyzer": "13.0.1",
75
76
  "@semantic-release/exec": "^6.0.3",