Skip to content

Releases: 13rac1/block-fixup-merge-action

v2.0.0 - Allow any base branch

08 Jan 21:20
bd5504f
Compare
Choose a tag to compare

Merges #21: Rewrite branch logic to allow base branches other than master

Note V2.0.0 is a major version bump, requiring a minor configuration change to the .github/workflows/git.yml file. Change:

name: Git Checks

on: [push]

to:

name: Git Checks

on: [pull_request]

Branches only and block squash commits

18 Sep 06:13
6521b8e
Compare
Choose a tag to compare

Always pin

22 Jan 01:44
a824052
Compare
Choose a tag to compare

Pinning upstream dependency and being sure to fail when the git commands fail.

Don't forget v1

01 Oct 22:18
Compare
Choose a tag to compare

First version compares current branch with master only, but that will be fine for most projects.