ci: build updates, update cli names

This commit is contained in:
Paul Hatcherian 2026-01-24 12:56:28 -06:00
parent 7bf8143b3b
commit 78c5ef57e8
3 changed files with 5 additions and 6 deletions

View file

@ -57,7 +57,7 @@ jobs:
create-tag: create-tag:
name: Create Version Tag name: Create Version Tag
needs: build needs: build
if: github.ref == 'refs/heads/master' && github.event_name == 'push' if: github.ref == 'refs/heads/master'
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions: permissions:
contents: write contents: write

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "@semanticversion/cli", "name": "@semanticversion/cli",
"version": "0.0.0", "version": "6.0.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@semanticversion/cli", "name": "@semanticversion/cli",
"version": "0.0.0", "version": "6.0.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@actions/core": "^2.0.2", "@actions/core": "^2.0.2",

View file

@ -1,11 +1,10 @@
{ {
"name": "@semanticversion/cli", "name": "@semanticversion/cli",
"version": "0.0.0",
"description": "Automated semantic versioning based on git history - CLI tool and GitHub Action", "description": "Automated semantic versioning based on git history - CLI tool and GitHub Action",
"main": "lib/main.js", "main": "lib/main.js",
"bin": { "bin": {
"git-sv": "lib/cli.js", "sv": "lib/cli.js",
"git-semantic-version": "lib/cli.js" "semver": "lib/cli.js"
}, },
"files": [ "files": [
"lib/**/*.js", "lib/**/*.js",