@kitschpatrol/repo-config 4.6.6 → 4.7.0

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.
@@ -55,7 +55,7 @@ jobs:
55
55
  - name: Release
56
56
  if: env.IS_VALID_COMMIT == 'true'
57
57
  id: release
58
- uses: softprops/action-gh-release@v1
58
+ uses: softprops/action-gh-release@v2
59
59
  with:
60
60
  token: ${{ env.ACCESS_TOKEN }}
61
61
  draft: false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitschpatrol/repo-config",
3
- "version": "4.6.6",
3
+ "version": "4.7.0",
4
4
  "type": "module",
5
5
  "description": "Repository configuration and GitHub workflows for @kitschpatrol/shared-config.",
6
6
  "repository": {
package/readme.md CHANGED
@@ -1,15 +1,23 @@
1
1
  <!--+ Warning: Content inside HTML comment blocks was generated by mdat and may be overwritten. +-->
2
2
 
3
- <!-- header -->
3
+ <!-- title -->
4
4
 
5
5
  # @kitschpatrol/repo-config
6
6
 
7
+ <!-- /title -->
8
+
9
+ <!-- badges -->
10
+
7
11
  [![NPM Package @kitschpatrol/repo-config](https://img.shields.io/npm/v/@kitschpatrol/repo-config.svg)](https://npmjs.com/package/@kitschpatrol/repo-config)
8
12
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
9
13
 
14
+ <!-- /badges -->
15
+
16
+ <!-- description -->
17
+
10
18
  **Repository configuration and GitHub workflows for @kitschpatrol/shared-config.**
11
19
 
12
- <!-- /header -->
20
+ <!-- /description -->
13
21
 
14
22
  ## Overview
15
23