Skip to content

Commit

Permalink
[JVM] Publish next releases to release repository (#426)
Browse files Browse the repository at this point in the history
upgrade auto/version-file to canary and configure next to be release
  • Loading branch information
sugarmanz authored Jul 12, 2024
1 parent 7c8a8ce commit c990847
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .autorc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@
"version-file",
{
"versionFile": "./VERSION",
"publishScript": "./scripts/release.sh"
"publishScript": "./scripts/release.sh",
"publishScriptReleaseTypeArgs": {
"next": ["release"]
}
}
],
[
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
},
"packageManager": "pnpm@8.9.2",
"dependencies": {
"@auto-it/omit-release-notes": "^11.0.4",
"@auto-it/upload-assets": "^11.0.4",
"@auto-it/version-file": "^11.0.4",
"@auto-it/omit-release-notes": "@auto-canary@11.2.0--canary.2467.bb9bf1e8d1186bc73fa8deffb2f661a893697f58.0",
"@auto-it/upload-assets": "@auto-canary@11.2.0--canary.2467.bb9bf1e8d1186bc73fa8deffb2f661a893697f58.0",
"@auto-it/version-file": "@auto-canary@11.2.0--canary.2467.bb9bf1e8d1186bc73fa8deffb2f661a893697f58.0",
"@babel/preset-env": "^7.23.8",
"@babel/preset-react": "^7.24.1",
"@babel/preset-typescript": "^7.23.3",
Expand Down Expand Up @@ -85,7 +85,7 @@
"@vitest/coverage-v8": "^1.0.2",
"all-contributors-cli": "^6.20.0",
"arr-flatten": "^1.1.0",
"auto": "^11.0.4",
"auto": "@auto-canary@11.2.0--canary.2467.bb9bf1e8d1186bc73fa8deffb2f661a893697f58.0",
"autoprefixer": "^10.4.17",
"babel-loader": "^9.1.3",
"bowser": "^2.11.0",
Expand Down

0 comments on commit c990847

Please sign in to comment.