diff --git a/.github/workflows/label-pr.yml b/.github/workflows/label-pr.yml index da8fc49c..472b64a1 100644 --- a/.github/workflows/label-pr.yml +++ b/.github/workflows/label-pr.yml @@ -36,7 +36,7 @@ jobs: ci: 'ci', docs: 'documentation', enhancement: 'enhancement', - chore: 'chore', + chore: 'dependencies', perf: 'performance', style: 'style', test: 'test', diff --git a/apps/cli/package.json b/apps/cli/package.json index 7d74b5e2..2e63dd0d 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -1,6 +1,6 @@ { "name": "@shelve/cli", - "version": "0.2.4", + "version": "1.0.0", "description": "The command-line interface for Shelve", "author": "HugoRCD", "repository": { @@ -55,4 +55,4 @@ "unbuild": "^2.0.0" }, "license": "Apache-2.0" -} \ No newline at end of file +} diff --git a/package.json b/package.json index 4c139186..55013007 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shelve", "private": true, - "version": "0.2.4", + "version": "1.0.0", "scripts": { "build": "automd && turbo build", "dev": "turbo dev", @@ -27,10 +27,5 @@ "workspaces": [ "apps/*", "packages/*" - ], - "commitlint": { - "extends": [ - "@commitlint/config-conventional" - ] - } + ] }