Skip to content

marcolovazzano/semantic-release

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

semantic-release playground

sample repo using semantic-release and commitlint with conventionalcommit settings.

workflows

  • commitlint.yml: dispatch on push (feat/**), on pull_request and checks the commit messages associated if they are conform to the conventional commmit specs
  • release.yml: dispatch manually, performs the release process
  • dry-release.yml: dispatch manually, performs a dry run of the release process