Skip to content

Commit

Permalink
fix: added make function to fix git tag (#522)
Browse files Browse the repository at this point in the history
* fix: added make function to fix git tag

* fix: update dependency
  • Loading branch information
belitre authored Oct 20, 2022
1 parent 0a8f661 commit 219d3f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
split-by-dot = $(word $2,$(subst ., ,$1))

.PHONY: clean
clean:
Expand Down
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"js-yaml": "^4.1.0",
"prettier": "^2.7.1",
"semantic-release": "^19.0.5",
"semver-regex": "^3.1.4",
"ts-jest": "^29.0.3",
"typescript": "^4.8.4"
},
Expand Down

0 comments on commit 219d3f9

Please sign in to comment.