Skip to content

Commit 44e7dc1

Browse files
authored
chore: switch to 1.0.0-beta versioning (#6503)
1 parent 9ae9ef8 commit 44e7dc1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ jobs:
1515
steps:
1616
- name: Run release-please
1717
id: release
18-
uses: google-github-actions/release-please-action@v3
18+
uses: google-github-actions/release-please-action@v4
1919
with:
2020
token: ${{ secrets.NOIR_RELEASES_TOKEN }}
21-
command: manifest
2221

2322
update-acvm-workspace-package-versions:
2423
name: Update acvm workspace package versions

release-please-config.json

+3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@
33
"bump-minor-pre-major": true,
44
"bump-patch-for-minor-pre-major": true,
55
"prerelease": true,
6+
"prerelease-type": "beta",
67
"pull-request-title-pattern": "chore: Release Noir(${version})",
78
"group-pull-request-title-pattern": "chore: Release Noir(${version})",
89
"packages": {
910
".": {
1011
"release-type": "simple",
12+
"versioning": "prerelease",
1113
"component": "noir",
1214
"package-name": "noir",
1315
"include-component-in-tag": false,
@@ -52,6 +54,7 @@
5254
},
5355
"acvm-repo": {
5456
"release-type": "simple",
57+
"versioning": "prerelease",
5558
"package-name": "acvm",
5659
"component": "acvm",
5760
"include-component-in-tag": false,

0 commit comments

Comments
 (0)