We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f36024 commit 54b0410Copy full SHA for 54b0410
2 files changed
.github/workflows/dummy-ci.yaml
@@ -7,8 +7,10 @@ on:
7
- '.gitignore'
8
- 'LICENSE'
9
- 'README.md'
10
+ - 'release-please-config.json'
11
jobs:
- build_test:
12
+ ci:
13
+ name: CI Success
14
timeout-minutes: 5
15
runs-on: ubuntu-latest
16
steps:
release-please-config.json
@@ -8,8 +8,6 @@
"release-type": "go",
"include-component-in-tag": false,
"include-v-in-tag": true,
- "prerelease-type": "rc",
- "versioning": "prerelease"
},
"execution": {
"package-name": "execution",
0 commit comments