semantic-versioning

terminal
1
2
3
4
5
6
7
8
9
10
npm version -h

# 호환가능 버그수정
npm version patch

# 호환가능 기능 추가
npm version minor

# 호환불가 변경 사항
npm version major

참고

Author

chinsung

Posted on

2022-01-27

Updated on

2022-01-27

Licensed under

댓글