0.1.3 • Published 2 years ago

temp-git v0.1.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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 commit
  • Push to remote repo:

    git push origin main

    This 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.

Credits

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago