@halospv3/hce.shared-config 2.1.0 → 2.1.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 +9 -0
- package/package.json +3 -3
- package/static/.releaserc.yml +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## [2.1.2](https://github.com/halospv3/hce.shared/compare/v2.1.1...v2.1.2) (2024-03-26)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update dependency @semantic-release/release-notes-generator to v13 ([0758bc9](https://github.com/halospv3/hce.shared/commit/0758bc9c9bb8338855880218e4c1086e25384baa))
|
|
7
|
+
|
|
8
|
+
## [2.1.1](https://github.com/halospv3/hce.shared/compare/v2.1.0...v2.1.1) (2024-03-26)
|
|
9
|
+
|
|
1
10
|
## [2.1.0](https://github.com/halospv3/hce.shared/compare/v2.0.1...v2.1.0) (2024-03-18)
|
|
2
11
|
|
|
3
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@halospv3/hce.shared-config",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.2",
|
|
4
4
|
"description": "Automate commit message quality, changelogs, and CI/CD releases. Exports a semantic-release shareable configuration deserialized from this package's '.releaserc.yml'. Shared resources for .NET projects are also distributed with this package.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"halo",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@semantic-release/git": "^10.0.1",
|
|
50
50
|
"@semantic-release/github": "^10.0.2",
|
|
51
51
|
"@semantic-release/npm": "^12.0.0",
|
|
52
|
-
"@semantic-release/release-notes-generator": "^
|
|
52
|
+
"@semantic-release/release-notes-generator": "^13.0.0",
|
|
53
53
|
"conventional-changelog-conventionalcommits": "^7.0.2",
|
|
54
54
|
"husky": "^9.0.11",
|
|
55
55
|
"js-yaml": "^4.1.0",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"ajv-draft-04": "^1.0.0",
|
|
72
72
|
"babel-plugin-cjs-esm-interop": "^4.0.0",
|
|
73
73
|
"eslint": "^8.57.0",
|
|
74
|
-
"eslint-config-moon": "^
|
|
74
|
+
"eslint-config-moon": "^3.0.0",
|
|
75
75
|
"eslint-plugin-disable": "^2.0.3",
|
|
76
76
|
"node-fetch": "^3.3.2",
|
|
77
77
|
"packemon": "^4.0.1",
|
package/static/.releaserc.yml
CHANGED
|
@@ -21,7 +21,7 @@ plugins: # https://semantic-release.gitbook.io/semantic-release/v/beta/usage/con
|
|
|
21
21
|
- README.md
|
|
22
22
|
- CHANGELOG.md
|
|
23
23
|
# Arbitrary shell commands - https://github.com/semantic-release/exec
|
|
24
|
-
# hint: set 'prepareCmd' to `dotnet publish`.
|
|
24
|
+
# hint: set 'prepareCmd' to `dotnet publish`.
|
|
25
25
|
# Because this is sorted after @semantic-release/git, the new Git tag will
|
|
26
26
|
# be visible to dotnet (and GitVersion). Dotnet artifacts will be
|
|
27
27
|
# versioned accordingly.
|