mirror of
https://github.com/PaulHatch/semantic-version.git
synced 2026-02-11 00:39:21 +00:00
ci: build updates, update cli names
This commit is contained in:
parent
7bf8143b3b
commit
78c5ef57e8
3 changed files with 5 additions and 6 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue