1.0.0 • Published 5 years ago
@zookal/logger v1.0.0
@zookal/logger
Summary - how to publish a new version:
- Do whatever changes you need and create a new pull request to branch
master.- Don't forget to bump the version inside
package.json, to know which version to bump you can follow Semantic Versioning Specification (SemVer)
- Don't forget to bump the version inside
As soon the PR has been reviewed and rebased to
masteryou need to create ataglocally and push it to git, you can do that running something like:git tag v.0.1.0git push origin v.0.1.0