@maggioli-rd/sr-codeowners-plugin 1.0.0 → 1.0.3
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 +22 -0
- package/package.json +1 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,25 @@
|
|
|
1
|
+
## [1.0.3](https://gitlab.com/maggiolispa/ricerca-sviluppo/semantic-release-shareable-configurations/sr-codeowners-plugin/compare/v1.0.2...v1.0.3) (2024-1-5)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* remove test yarn pack from publish job artifacts ([02decb7](https://gitlab.com/maggiolispa/ricerca-sviluppo/semantic-release-shareable-configurations/sr-codeowners-plugin/commit/02decb71f705a40d8c70974e995b7fab76ce92e9))
|
|
7
|
+
|
|
8
|
+
## [1.0.2](https://gitlab.com/maggiolispa/ricerca-sviluppo/semantic-release-shareable-configurations/sr-codeowners-plugin/compare/v1.0.1...v1.0.2) (2024-1-5)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* remove test yarn pack from publish job artifacts ([d2e7ef0](https://gitlab.com/maggiolispa/ricerca-sviluppo/semantic-release-shareable-configurations/sr-codeowners-plugin/commit/d2e7ef0abf09c23063ba90de9a30d071b4a0453a))
|
|
14
|
+
|
|
15
|
+
## [1.0.1](https://gitlab.com/maggiolispa/ricerca-sviluppo/semantic-release-shareable-configurations/sr-codeowners-plugin/compare/v1.0.0...v1.0.1) (2024-1-4)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* **ci:** fix publish ci job ([2abd6be](https://gitlab.com/maggiolispa/ricerca-sviluppo/semantic-release-shareable-configurations/sr-codeowners-plugin/commit/2abd6be0cccf331e10a0a7072d176417fd253db4))
|
|
21
|
+
* **ci:** fix publish ci job ([bd11e1a](https://gitlab.com/maggiolispa/ricerca-sviluppo/semantic-release-shareable-configurations/sr-codeowners-plugin/commit/bd11e1a140f49c3ff1e26244ee423c7c076a7454))
|
|
22
|
+
|
|
1
23
|
# 1.0.0 (2024-1-4)
|
|
2
24
|
|
|
3
25
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maggioli-rd/sr-codeowners-plugin",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "Maggioli Semantic Release Plugin: Codeowners",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist/*"
|
|
@@ -27,7 +27,6 @@
|
|
|
27
27
|
"author": "Filippo Paganelli <filippo.paganelli@maggioli.it>",
|
|
28
28
|
"license": "ISC",
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@maggioli-rd/sr-codeowners-plugin": "file:sr-codeowners-plugin.tgz",
|
|
31
30
|
"@semantic-release/error": "4.0.0",
|
|
32
31
|
"execa": "8.0.1"
|
|
33
32
|
},
|