@anolilab/semantic-release-preset 9.0.4 → 10.0.0-alpha.1
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 +15 -0
- package/README.md +16 -16
- package/config/with-npm.json +1 -0
- package/config/with-pnpm.json +1 -0
- package/config/with-yarn.json +1 -0
- package/package.json +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
## @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)
|
|
2
|
+
|
|
3
|
+
### ⚠ BREAKING CHANGES
|
|
4
|
+
|
|
5
|
+
* **semantic-release-preset:** adding @anolilab/semantic-release-clean-package-json to clean up the package.json
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **semantic-release-preset:** added @anolilab/semantic-release-clean-package-json ([dc2529a](https://github.com/anolilab/semantic-release/commit/dc2529a069edc32ffa169c504f65f923526edeca))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Dependencies
|
|
13
|
+
|
|
14
|
+
* **@anolilab/semantic-release-clean-package-json:** upgraded to 1.0.0-alpha.1
|
|
15
|
+
|
|
1
16
|
## @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
17
|
|
|
3
18
|
### 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
|
-
-
|
|
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
|
-
-
|
|
45
|
-
-
|
|
46
|
-
-
|
|
47
|
-
-
|
|
48
|
-
-
|
|
49
|
-
-
|
|
50
|
-
-
|
|
51
|
-
-
|
|
52
|
-
-
|
|
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
|
-
-
|
|
263
|
-
-
|
|
264
|
-
-
|
|
265
|
-
-
|
|
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
|
-
-
|
|
589
|
-
-
|
|
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
|
|
package/config/with-npm.json
CHANGED
package/config/with-pnpm.json
CHANGED
package/config/with-yarn.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anolilab/semantic-release-preset",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "10.0.0-alpha.1",
|
|
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.1",
|
|
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",
|