Skip to content

Commit

Permalink
[REL] 18.0
Browse files Browse the repository at this point in the history
It's finally here !!
  • Loading branch information
rrahir committed Sep 25, 2024
1 parent de00e5f commit cee2e47
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
tag: ${{ fromJSON(steps.parse.outputs.data).version }}
body: ${{ fromJSON(steps.parse.outputs.data).body }}
artifacts: "./dist/*.*"
makeLatest: false
makeLatest: true
prerelease: ${{ fromJSON(steps.parse.outputs.data).prerelease }}
- name: Publish
run: npm publish
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@odoo/o-spreadsheet",
"version": "17.5.0-alpha.14",
"version": "18.0.0",
"description": "A spreadsheet component",
"type": "module",
"main": "dist/o-spreadsheet.cjs.js",
Expand Down Expand Up @@ -136,6 +136,6 @@
"*": "prettier --write"
},
"publishConfig": {
"tag": "alpha"
"tag": "latest"
}
}

0 comments on commit cee2e47

Please sign in to comment.