From 78c5ef57e82c201570bd9d1b8cbf662a54264fe2 Mon Sep 17 00:00:00 2001 From: Paul Hatcherian <1835615+PaulHatch@users.noreply.github.com> Date: Sat, 24 Jan 2026 12:56:28 -0600 Subject: [PATCH] ci: build updates, update cli names --- .github/workflows/ci.yml | 2 +- package-lock.json | 4 ++-- package.json | 5 ++--- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 255cf8c..8725c0c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: create-tag: name: Create Version Tag needs: build - if: github.ref == 'refs/heads/master' && github.event_name == 'push' + if: github.ref == 'refs/heads/master' runs-on: ubuntu-latest permissions: contents: write diff --git a/package-lock.json b/package-lock.json index 145ed8d..05f6ba6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@semanticversion/cli", - "version": "0.0.0", + "version": "6.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@semanticversion/cli", - "version": "0.0.0", + "version": "6.0.0", "license": "MIT", "dependencies": { "@actions/core": "^2.0.2", diff --git a/package.json b/package.json index 0a631f0..2fca7d8 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,10 @@ { "name": "@semanticversion/cli", - "version": "0.0.0", "description": "Automated semantic versioning based on git history - CLI tool and GitHub Action", "main": "lib/main.js", "bin": { - "git-sv": "lib/cli.js", - "git-semantic-version": "lib/cli.js" + "sv": "lib/cli.js", + "semver": "lib/cli.js" }, "files": [ "lib/**/*.js",