Skip to content

Commit e9d69e9

Browse files
committedAug 31, 2024
chore: Switch to setting prereleases in config
1 parent 0f56ce6 commit e9d69e9

File tree

3 files changed

+2
-41
lines changed

3 files changed

+2
-41
lines changed
 

‎.github/workflows/main.yml

-10
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,6 @@ jobs:
2121
COVERAGE_FILENAME: reports/vitest/coverage/cobertura-coverage.xml
2222
COVERAGE_FAIL_BELOW_MIN: 100
2323

24-
create_prerelease_pr:
25-
name: Run release-please (prerelease)
26-
uses: spuxx1701/ci-cd/.github/workflows/pnpm_release-please.yml@v4.0.0
27-
needs:
28-
- run_checks
29-
- run_unit_tests
30-
with:
31-
ARGS: "--versioning-strategy=prerelease"
32-
secrets:
33-
TOKEN: ${{ secrets.RELEASE_PLEASE_TOKEN }}
3424

3525
run_release_please:
3626
name: Run release-please

‎.github/workflows/prerelease.yml

-30
This file was deleted.

‎.release-please/config.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@
1818
{ "type": "build", "section": "Build System", "hidden": true },
1919
{ "type": "ci", "section": "Continuous Integration", "hidden": true }
2020
],
21-
"prerelease": true
21+
"prerelease": true,
22+
"versioning": "prerelease"
2223
}

0 commit comments

Comments
 (0)