Skip to content

Releases: batchnz/git-tools

Resolve intermittent 404s in Gitlab pipeline

Choose a tag to compare

@gomesdigital gomesdigital released this 30 Mar 02:15
93bfc6a

Contains an update to @semantic-release/gitlab which resolves intermittent 404's in the Publish job of the Gitlab pipeline.

Pass default branch to semantic release

Choose a tag to compare

@judereid judereid released this 03 Aug 02:19

Semantic release doesn't recognize 'main' as a build branch unless we pass it, so using CI_DEFAULT_BRANCH here to pass directly from the gitlab-runner CLI.

Add to main branch

Choose a tag to compare

@judereid judereid released this 01 Aug 23:16

Run the pipeline on main as well as master