Skip to content

Releases: batchnz/git-tools

Resolve intermittent 404s in Gitlab pipeline

30 Mar 02:15
93bfc6a
Compare
Choose a tag to compare

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

03 Aug 02:19
Compare
Choose a tag to compare

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

01 Aug 23:16
Compare
Choose a tag to compare

Run the pipeline on main as well as master