jdpnielsen / semantic-release

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Semantic release experiment repo

This repo is for testing out a workflow using a custom conventional-commits configuration released using Semantic Release.

On top of this, semantic-release-backmerge is added to ensure the release commit is backported to the devel branch.

In order to make this work, devel branch must be in sync (ie merges to main branch must use git merge devel --ff-only strategy as Githubs rebase merge changes commit sha's) and therefore a custom command is added to merge a pull request. This command can be triggered on a pull request by writing a comment containing the following text: /fast-forward.

About


Languages

Language:JavaScript 77.5%Language:CSS 21.1%Language:Shell 1.3%