Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

Releases: productboardlabs/gitlab-tools

v0.2.0

30 Jul 13:28
Compare
Choose a tag to compare

πŸ› Bug fixes

  • 1f141b3 exit-code would override due to default value

v0.2.0-beta3

30 Jul 12:11
Compare
Choose a tag to compare
v0.2.0-beta3 Pre-release
Pre-release
fix: wrong flag assignment

v0.2.0-beta2

30 Jul 11:15
Compare
Choose a tag to compare
v0.2.0-beta2 Pre-release
Pre-release
chore: use status API instead of check API

Checks API is only permitted for Github apps. Status API allows us to set status per commit using just a base token. This will allow us to show the user which jobs in Gitlab failed or succeeded.

v0.2.0-beta1

24 Jul 15:05
Compare
Choose a tag to compare
v0.2.0-beta1 Pre-release
Pre-release
feat: set-check-status command

Adds the set-check-status that will allow for setting a check run status for a given commit.

v0.1.0

17 Jul 08:46
Compare
Choose a tag to compare

πŸš€ Features

  • a3741e9 add is-latest-commit command

πŸ“¦ Other

πŸš€ Features

πŸ”§ Chores and Improvements

  • 43204ca replace githubv4 with github.com/google/go-github

πŸ“¦ Other

πŸ”§ Chores and Improvements

  • 56170b6 use status API instead of check API
  • b63e818 clean up unused code

πŸ› Bug fixes

v0.0.2

16 Jul 14:19
Compare
Choose a tag to compare

πŸ› Bug fixes

  • 36e565d bad indentation of goreleaser file
  • 1eaf0a6 goreleaser filename

πŸ”§ Chores and Improvements

  • a6e13dd add godownloader
  • 5f1e022 fix goreleaser\n wrong indentation in YAML

v0.0.1

16 Jul 10:50
Compare
Choose a tag to compare

πŸš€ Features

  • 4bf77cb add root and version commands

πŸ”§ Chores and Improvements

πŸ“¦ Other