Skip to content

Commit 06128ab

Browse files
authored
fix: release please configs (#122)
Signed-off-by: Corey Hemminger <[email protected]>
1 parent 101bf3c commit 06128ab

File tree

6 files changed

+22
-11
lines changed

6 files changed

+22
-11
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ name: "Test"
66

77
jobs:
88
lint-unit:
9-
uses: test-kitchen/.github/.github/workflows/lint-unit.yml@v0.1.1
9+
uses: test-kitchen/.github/.github/workflows/lint-unit.yml@main

.github/workflows/publish.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
11
---
22
name: release-please
33

4-
'on':
4+
"on":
55
push:
66
branches: [main]
77

88
jobs:
99
release-please:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: google-github-actions/release-please-action@v3
12+
- uses: googleapis/release-please-action@v4
1313
id: release
1414
with:
15-
release-type: ruby
16-
package-name: kitchen-digitalocean
17-
version-file: lib/kitchen/driver/digitalocean_version.rb
1815
token: ${{ secrets.PORTER_GITHUB_TOKEN }}
1916

2017
- name: Checkout

.markdownlint.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1+
---
12
default: true
3+
MD004: false
4+
MD012: false
25
MD013: false
36
MD024: false
4-
MD026: false
5-
MD036: false
6-
MD012: false
7-
MD029: false
8-
MD004: false

.release-please-manifest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
".": "0.16.0"
3+
}

.rubocop.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
require:
23
- chefstyle
34

release-please-config.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"packages": {
3+
".": {
4+
"package-name": "kitchen-digitalocean",
5+
"changelog-path": "CHANGELOG.md",
6+
"release-type": "ruby",
7+
"include-component-in-tag": false,
8+
"version-file": "lib/kitchen/driver/digitalocean_version.rb"
9+
}
10+
},
11+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
12+
}

0 commit comments

Comments
 (0)