Skip to content

1000Bulbs/.github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1000Bulbs GitHub Actions

A collection of github actions workflows to be used in 1000Bulbs repos.

Workflows

Releases

changelog-maker --markdown --start-ref=[starting commit] 1000Bulbs .github
  • Commit git release
git add -A && git commit -m "Release v1.0.0"
  • Push git release
git push origin master
  • Tag git release
git tag -a v1.0.0 -m "Release v1.0.0" && git push --tags

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published