Skip to content

Commit

Permalink
chore: switch to 1.0.0-beta versioning (#6503)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored Nov 20, 2024
1 parent 9ae9ef8 commit 44e7dc1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ jobs:
steps:
- name: Run release-please
id: release
uses: google-github-actions/release-please-action@v3
uses: google-github-actions/release-please-action@v4
with:
token: ${{ secrets.NOIR_RELEASES_TOKEN }}
command: manifest

update-acvm-workspace-package-versions:
name: Update acvm workspace package versions
Expand Down
3 changes: 3 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"prerelease": true,
"prerelease-type": "beta",
"pull-request-title-pattern": "chore: Release Noir(${version})",
"group-pull-request-title-pattern": "chore: Release Noir(${version})",
"packages": {
".": {
"release-type": "simple",
"versioning": "prerelease",
"component": "noir",
"package-name": "noir",
"include-component-in-tag": false,
Expand Down Expand Up @@ -52,6 +54,7 @@
},
"acvm-repo": {
"release-type": "simple",
"versioning": "prerelease",
"package-name": "acvm",
"component": "acvm",
"include-component-in-tag": false,
Expand Down

0 comments on commit 44e7dc1

Please sign in to comment.