Closed zillding closed 3 years ago
@Gabriel-403 @Zxilly @kingiw @nodece please review
@zillding package-lock.json ?
@zillding fix:
@hsluoyz package-lock.json is updated together with package.json since the dev dependencies are also updated. Is that okay?
can we release this change to npm? thanks. 🙏
@zillding we used semantic-release
, which does auto-release based on the prefix. But you used chore(deps)
prefix, which doesn't trigger new version. You have to make a new PR with "feat:" or "fix:" prefix to trigger a new version.
@hsluoyz thanks for the reply. then in this case, what do you suggest we should do in order to release this? not sure if this would count as a 'feat' or 'fix'.
@zillding you can make a new PR to do things like: improve the README.md, add some comments to the code, fix some typos in the English texts, etc. Then use the "fix:" prefix.
:tada: This PR is included in version 1.1.2 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
close #38