0.1.3 • Published 3 years ago
temp-git v0.1.3
Temporary Repo for NPM and Github Automated Release and other github workflows
This is a temporary repo, showcasing github and npm automated releases, automated issue labelers, and much more.
Note: currently the existing older tags on github repo is not getting auto-released to github releases, when using semantic-release.
GitHub Workflows Integrated
- Automated Issue labeler
- Automated GitHub and NPM releases
Commands
Stage the changes:
git add .Commit the changes, not using
git commit -m, but using below command for better standardized commit messages:npm run commitPush to remote repo:
git push origin mainThis runs the github actions, which runs the linting, testing and then releases the package to github releases, as well as to npm, using
semantic-release.