A collection of github actions workflows to be used in 1000Bulbs repos.
- Update CHANGELOG
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
-
Click on Releases
-
Click on Draft a new release button
-
Fill out form and click on
Publish release