Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/dummy-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- '.gitignore'
- 'LICENSE'
- 'README.md'
- 'release-please-config.json'
jobs:
build_test:
timeout-minutes: 5
Expand Down
2 changes: 0 additions & 2 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading