Skip to content

gouravkhator/temp-git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Temp Git repo for learning Git and Github

Resources

Stars

Watchers

Forks

Packages

No packages published