- 📦 Prerequisites
- 🚀 Installation
- 🤝 Requirements
- 🏗️ Built with
- 🎉 Releases
- Git: software for distributed version control
- GitHub: an Internet hosting service for software development
git clone git@github.com:codingones/github-actions-workflows.git
- Must be up-to-date with main (rebased, linear history)
- Must be prefixed with follow the
build/
,chore/
,ci/
,docs/
,feat/
,fix/
,perf/
,refactor/
,revert/
,style/
ortest/
according to their content. See Conventional Commits cheat sheet
Must follow conventional commits specification: Commits Conventionnels
Commits must be verified: About commit signature verification
All validation checks in workflow Validate
must pass without failure
- GitHub Actions is the continuous integration and deployment tool provided by GitHub
- No secrets required by this repository
Release on GitHub are fully automated on merge on master with Semantic Release.