1.3.0 • Published 4 years ago
@voigtd/test-repo v1.3.0
Simulate a the release process
npm install
- login via the command line with
npm login
- To create a release:
npm run release
- Then run
git push --follow-tags origin master && npm publish
- Use conventional commit types in your git commits:
feat:
,fix:
,build:
,chore:
,ci:
,docs:
,style:
,refactor:
,perf:
,test: