Skip to content

Commit

Permalink
fix: main package versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
jacovinus committed Jun 21, 2024
1 parent 3edb9ce commit 4110a6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ jobs:
with:
tag-prefix: "v"
skip-tag: true
minor-wording: 'feat'
major-wording: 'MAJOR,cut-major,release'
patch-wording: 'patch,fixes,fix,dependabot,deps-dev,deps,Bumps,bump,chore'
minor-wording: 'feat,add,Adds,new'
major-wording: 'MAJOR,cut-major'
patch-wording: 'patch,fixes,fix,dependabot,deps-dev,deps,Bumps,chore'

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion packages/main/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ui/main",
"private": true,
"version": "4.0.0",
"version": "3.2.0",
"type": "module",
"scripts": {
"dev": "VITE_APP_VERSION=$npm_package_version vite",
Expand Down

0 comments on commit 4110a6e

Please sign in to comment.