mirror of
https://github.com/PaulHatch/semantic-version.git
synced 2026-04-04 23:26:55 +00:00
Support short version tags; fix tests (MAJOR)
This commit is contained in:
parent
bbab98392b
commit
d5ce851d69
4 changed files with 97 additions and 50 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
- name: NPM Install
|
||||
run: npm ci
|
||||
- name: Test
|
||||
run: npm test
|
||||
run: git config --global user.name "Test User" && git config --global user.email "test@example.com" && npm test
|
||||
- name: Package
|
||||
run: npm run package
|
||||
- name: Run Action
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue