Skip to content

Commit 54b0410

Browse files
authored
chore: switch the engine to normal v2 releases (#1476)
Switch release type from the pre-releases to normal v2 releases.
1 parent 9f36024 commit 54b0410

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/dummy-ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ on:
77
- '.gitignore'
88
- 'LICENSE'
99
- 'README.md'
10+
- 'release-please-config.json'
1011
jobs:
11-
build_test:
12+
ci:
13+
name: CI Success
1214
timeout-minutes: 5
1315
runs-on: ubuntu-latest
1416
steps:

release-please-config.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
"release-type": "go",
99
"include-component-in-tag": false,
1010
"include-v-in-tag": true,
11-
"prerelease-type": "rc",
12-
"versioning": "prerelease"
1311
},
1412
"execution": {
1513
"package-name": "execution",

0 commit comments

Comments
 (0)