Skip to content

kowabunga-cloud/workflows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This is a collection of shared GitHub Action workflows.

License: Apache License, Version 2.0 time tracker Code lines Comments COCOMO

Development Guidelines

Development relies on pre-commit hooks to ensure proper commits.

Follow installation instructions here.

Local per-repository installation can be done through:

$ pre-commit install --install-hooks

And system-wide global installation, through:

$ git config --global init.templateDir ~/.git-template
$ pre-commit init-templatedir ~/.git-template

Development relies on Semantic Versioning and unscoped Conventional Commits for development.

Changelog is automatically triggered from commits summary from the following commits types: feat, fix, perf, chore, docs, e.g.

feat!: upgrade API version         <- will increase version major number at release
feat: add new super nice feature   <- will increase version minor number at release
fix: correct bug XYZ               <- will increase version patch number at release

Versioning

Versioning generally follows Semantic Versioning.

Authors

workflows are maintained by Kowabunga maintainers.

License

Licensed under Apache License, Version 2.0, see LICENSE.

About

Reusable workflows for Github Actions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors