@anolilab/semantic-release-preset 12.1.2 → 12.1.3-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.
Files changed (3) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/README.md +40 -9
  3. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,27 @@
1
+ ## @anolilab/semantic-release-preset [12.1.3-alpha.2](https://github.com/anolilab/semantic-release/compare/@anolilab/semantic-release-preset@12.1.3-alpha.1...@anolilab/semantic-release-preset@12.1.3-alpha.2) (2025-12-10)
2
+
3
+ ### Bug Fixes
4
+
5
+ * fixed discord link ([af624ef](https://github.com/anolilab/semantic-release/commit/af624ef616ebd84b84932f8f1bf5c978b7a8349d))
6
+
7
+
8
+ ### Dependencies
9
+
10
+ * **@anolilab/semantic-release-clean-package-json:** upgraded to 4.2.3-alpha.2
11
+ * **@anolilab/semantic-release-pnpm:** upgraded to 4.0.0-alpha.2
12
+
13
+ ## @anolilab/semantic-release-preset [12.1.3-alpha.1](https://github.com/anolilab/semantic-release/compare/@anolilab/semantic-release-preset@12.1.2...@anolilab/semantic-release-preset@12.1.3-alpha.1) (2025-12-09)
14
+
15
+ ### Bug Fixes
16
+
17
+ * add GitHub labeler configuration and update package metadata ([dce9314](https://github.com/anolilab/semantic-release/commit/dce9314ca6aefaf86e75c6d065cdac8ad7a60717))
18
+
19
+
20
+ ### Dependencies
21
+
22
+ * **@anolilab/semantic-release-clean-package-json:** upgraded to 4.2.3-alpha.1
23
+ * **@anolilab/semantic-release-pnpm:** upgraded to 4.0.0-alpha.1
24
+
1
25
  ## @anolilab/semantic-release-preset [12.1.2](https://github.com/anolilab/semantic-release/compare/@anolilab/semantic-release-preset@12.1.1...@anolilab/semantic-release-preset@12.1.2) (2025-12-05)
2
26
 
3
27
 
package/README.md CHANGED
@@ -1,9 +1,24 @@
1
- <div align="center">
2
- <h1>Shareable semantic-release configuration</h1>
1
+ <!-- START_PACKAGE_OG_IMAGE_PLACEHOLDER -->
3
2
 
4
- A shareable [semantic-release](https://github.com/semantic-release/semantic-release) configuration, for enforcing consistent GitHub/NPM releases in your projects.
3
+ <a href="https://github.com/anolilab/semantic-release" align="center">
4
+
5
+ <img src="__assets__/package-og.svg" alt="semantic-release-preset" />
6
+
7
+ </a>
5
8
 
6
- [![npm-image]][npm-url] [![license-image]][license-url]
9
+ <h3 align="center">Semantic-release predefined presets.</h3>
10
+
11
+ <!-- END_PACKAGE_OG_IMAGE_PLACEHOLDER -->
12
+
13
+ <br />
14
+
15
+ <div align="center">
16
+
17
+ [![typescript-image][typescript-badge]][typescript-url]
18
+ [![mit licence][license-badge]][license]
19
+ [![npm downloads][npm-downloads-badge]][npm-downloads]
20
+ [![Chat][chat-badge]][chat]
21
+ [![PRs Welcome][prs-welcome-badge]][prs-welcome]
7
22
 
8
23
  </div>
9
24
 
@@ -19,6 +34,8 @@ A shareable [semantic-release](https://github.com/semantic-release/semantic-rele
19
34
 
20
35
  ---
21
36
 
37
+ A shareable [semantic-release](https://github.com/semantic-release/semantic-release) configuration, for enforcing consistent GitHub/NPM releases in your projects.
38
+
22
39
  ## Purpose
23
40
 
24
41
  - This configuration also includes a semantic-release configuration, which enables automated GitHub/NPM releases based on your commit messages.
@@ -588,9 +605,27 @@ If you would like to help take a look at the [list of issues](https://github.com
588
605
  - [Daniel Bannert](https://github.com/prisis)
589
606
  - [All Contributors](https://github.com/anolilab/javascript-style-guide/graphs/contributors)
590
607
 
608
+ ## Made with ❤️ at Anolilab
609
+
610
+ This is an open source project and will always remain free to use. If you think it's cool, please star it 🌟. [Anolilab](https://www.anolilab.com/open-source) is a Development and AI Studio. Contact us at [hello@anolilab.com](mailto:hello@anolilab.com) if you need any help with these technologies or just want to say hi!
611
+
591
612
  ## License
592
613
 
593
- The anolilab javascript-style-guide is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT)
614
+ The anolilab semantic-release-preset is open-sourced software licensed under the [MIT][license-url]
615
+
616
+ <!-- badges -->
617
+
618
+ [license-badge]: https://img.shields.io/npm/l/@anolilab/semantic-release-preset?style=for-the-badge
619
+ [license]: https://github.com/anolilab/multi-semantic-release/blob/main/LICENSE
620
+ [npm-downloads-badge]: https://img.shields.io/npm/dm/@anolilab/semantic-release-preset?style=for-the-badge
621
+ [npm-downloads]: https://www.npmjs.com/package/@anolilab/semantic-release-preset
622
+ [prs-welcome-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=for-the-badge
623
+ [prs-welcome]: https://github.com/anolilab/multi-semantic-release/blob/main/.github/CONTRIBUTING.md
624
+ [chat-badge]: https://img.shields.io/discord/902465130518949899.svg?style=for-the-badge
625
+ [chat]: https://discord.gg/4VuvwWGaaB
626
+ [typescript-badge]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
627
+ [typescript-url]: https://www.typescriptlang.org/
628
+ [license-url]: LICENSE.md
594
629
 
595
630
  [1]: https://github.com/semantic-release/commit-analyzer
596
631
  [2]: https://github.com/semantic-release/release-notes-generator
@@ -601,7 +636,3 @@ The anolilab javascript-style-guide is open-sourced software licensed under the
601
636
  [7]: https://github.com/semantic-release/npm
602
637
  [8]: https://github.com/anolilab/semantic-release-pnpm
603
638
  [9]: https://github.com/hongaar/semantic-release-yarn
604
- [license-image]: https://img.shields.io/npm/l/@anolilab/semantic-release-preset?color=blueviolet&style=for-the-badge
605
- [license-url]: LICENSE.md "license"
606
- [npm-image]: https://img.shields.io/npm/v/@anolilab/semantic-release-preset/latest.svg?style=for-the-badge&logo=npm
607
- [npm-url]: https://www.npmjs.com/package/@anolilab/semantic-release-preset/v/latest "npm"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/semantic-release-preset",
3
- "version": "12.1.2",
3
+ "version": "12.1.3-alpha.2",
4
4
  "description": "Semantic-release predefined presets.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -85,7 +85,7 @@
85
85
  "config"
86
86
  ],
87
87
  "dependencies": {
88
- "@anolilab/semantic-release-clean-package-json": "4.2.2",
88
+ "@anolilab/semantic-release-clean-package-json": "4.2.3-alpha.2",
89
89
  "@semantic-release/changelog": "^6.0.3",
90
90
  "@semantic-release/commit-analyzer": "13.0.1",
91
91
  "@semantic-release/exec": "^7.1.0",
@@ -95,7 +95,7 @@
95
95
  "conventional-changelog-conventionalcommits": "9.1.0"
96
96
  },
97
97
  "peerDependencies": {
98
- "@anolilab/semantic-release-pnpm": "3.2.2",
98
+ "@anolilab/semantic-release-pnpm": "4.0.0-alpha.2",
99
99
  "@semantic-release/npm": "^13.1.2",
100
100
  "semantic-release": "^25.0.2",
101
101
  "semantic-release-yarn": "^3.0.2"